C# Class NewTOAPIA.Drawing.VGImage

Show file Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method Description
ClearImage ( int x, int y, int width, int height, uint color ) : void
VGImage ( VGImageFormat format, int width, int height, System.UInt32 allowedQuality )

Method Details

ClearImage() public method

public ClearImage ( int x, int y, int width, int height, uint color ) : void
x int
y int
width int
height int
color uint
return void

VGImage() public method

public VGImage ( VGImageFormat format, int width, int height, System.UInt32 allowedQuality )
format VGImageFormat
width int
height int
allowedQuality System.UInt32