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