GIRasterImageScanLinesAlignment Property
|
Property that represents the scanline
alignment in bytes for this GIRasterImage object. For example, this
property is 4 for Windows BMP.
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public uint ScanLinesAlignment { get; }
Public ReadOnly Property ScanLinesAlignment As UInteger
Get
public:
property unsigned int ScanLinesAlignment {
unsigned int get ();
}
member ScanLinesAlignment : uint32 with get
Property Value
UInt32
See Also