ImageBGRA32.ImageBGRA32(uint, uint, IntPtr) Constructor

Description

Constructor which sets all the necessary values.

Visual Basic

Public Sub New(
    width As UInteger, 
    height As UInteger, 
    imageData As IntPtr
)

C#

public ImageBGRA32(
    uint width, 
    uint height, 
    IntPtr imageData
);

Parameters

Parameters Description
uint width Input the image's width
uint height Input the image's height
IntPtr imageData Input the image's buffer data

Links

ImageBGRA32 Class, Autodesk.AutoCAD.GraphicsInterface Namespace