메소드 |
설명 |
|
ChildImage ( VGImage parent, Int32 x, Int32 y, Int32 width, Int32 height ) : VGImage |
|
|
CopyImage ( VGImage dst, Int32 dx, Int32 dy, VGImage src, Int32 sx, Int32 sy, Int32 width, Int32 height, System.Boolean dither ) : void |
|
|
CopyPixels ( Int32 dx, Int32 dy, Int32 sx, Int32 sy, Int32 width, Int32 height ) : void |
|
|
DrawImage ( VGImage image ) : void |
|
|
GetImageSubData ( VGImage image, object data, Int32 dataStride, VGImageFormat dataFormat, Int32 x, Int32 y, Int32 width, Int32 height ) : void |
|
|
GetParent ( VGImage image ) : VGImage |
|
|
GetPixels ( VGImage dst, Int32 dx, Int32 dy, Int32 sx, Int32 sy, Int32 width, Int32 height ) : void |
|
|
ImageSubData ( VGImage image, object data, Int32 dataStride, VGImageFormat dataFormat, Int32 x, Int32 y, Int32 width, Int32 height ) : void |
|
|
ReadPixels ( object data, Int32 dataStride, VGImageFormat dataFormat, Int32 sx, Int32 sy, Int32 width, Int32 height ) : void |
|
|
SetPixels ( Int32 dx, Int32 dy, VGImage src, Int32 sx, Int32 sy, Int32 width, Int32 height ) : void |
|
|
WritePixels ( object data, Int32 dataStride, VGImageFormat dataFormat, Int32 dx, Int32 dy, Int32 width, Int32 height ) : void |
|
|