Field IGDIPlus.TGPBitmapData.Stride

From Mitov Wiki Doc
Jump to: navigation, search

This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.

Class: TGPBitmapData

Contents

Syntax

Delphi:

Stride : Integer;

C++ Builder:

int Stride;

Visual C++ (MFC):

int Stride;

C# (.NET):

public int Stride;

Summary

Offset, in bytes, between consecutive scan lines of the bitmap. If the stride is positive, the bitmap is top-down. If the stride is negative, the bitmap is bottom-up.

Description

Offset, in bytes, between consecutive scan lines of the bitmap. If the stride is positive, the bitmap is top-down. If the stride is negative, the bitmap is bottom-up.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox