ImageBGRA32.ImageBGRA32(uint, uint, IntPtr) Constructor

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

Description

Constructor which sets all the necessary values.

Links

ImageBGRA32 Class, Autodesk.AutoCAD.GraphicsInterface Namespace