GIRasterImageDesc(UInt32, UInt32)
Constructor
|
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public GIRasterImageDesc(
uint pixelWidth,
uint pixelHeight
)
Public Sub New (
pixelWidth As UInteger,
pixelHeight As UInteger
)
public:
GIRasterImageDesc(
unsigned int pixelWidth,
unsigned int pixelHeight
)
new :
pixelWidth : uint32 *
pixelHeight : uint32 -> GIRasterImageDesc
Parameters
- pixelWidth UInt32
-
- pixelHeight UInt32
-
See Also