GIRasterImageScanLineSize Property
|
Property that represents the scanline size of
this GIRasterImage object. Scanline size is a number of bytes
between the beginning of the scanline N and the beginning of the
scanline N+1 (taking into account any padding that is added to the
end of the scanline).
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public uint ScanLineSize { get; }
Public ReadOnly Property ScanLineSize As UInteger
Get
public:
property unsigned int ScanLineSize {
unsigned int get ();
}
member ScanLineSize : uint32 with get
Property Value
UInt32
See Also