Property IGDIPlus.IGPBitmapData.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: IGPBitmapData

Contents

Syntax

Delphi:

property Stride : Integer read GetStride;

C++ Builder:

__property int Stride = { read=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.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox