GIRasterImageCalcBMPScanLineSize
Method
|
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public static int CalcBMPScanLineSize(
uint pixelWidth,
uint colorDepth
)
Public Shared Function CalcBMPScanLineSize (
pixelWidth As UInteger,
colorDepth As UInteger
) As Integer
public:
static int CalcBMPScanLineSize(
unsigned int pixelWidth,
unsigned int colorDepth
)
static member CalcBMPScanLineSize :
pixelWidth : uint32 *
colorDepth : uint32 -> int
Parameters
- pixelWidth UInt32
-
- colorDepth UInt32
-
Return Value
Int32
See Also