C# 클래스 NewTOAPIA.Drawing.VGImage

파일 보기 프로젝트 열기: Wiladams/NewTOAPIA 1 사용 예제들

공개 메소드들

메소드 설명
ClearImage ( int x, int y, int width, int height, uint color ) : void
VGImage ( VGImageFormat format, int width, int height, System.UInt32 allowedQuality )

메소드 상세

ClearImage() 공개 메소드

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

VGImage() 공개 메소드

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