Method function IGDIPlus.IGPBitmapData.GetStride() : Integer
From Mitov Wiki Doc
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: IGPBitmapData
Contents |
Syntax
Delphi:
function GetStride() : Integer;
C++ Builder:
int __fastcall GetStride();
Visual C++ (MFC):
GetStride();
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.