C# Class NewTOAPIA.Drawing.OpenVG

Show file Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
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

Method Details

ChildImage() abstract public method

abstract public ChildImage ( VGImage parent, Int32 x, Int32 y, Int32 width, Int32 height ) : VGImage
parent VGImage
x System.Int32
y System.Int32
width System.Int32
height System.Int32
return VGImage

CopyImage() abstract public method

abstract public CopyImage ( VGImage dst, Int32 dx, Int32 dy, VGImage src, Int32 sx, Int32 sy, Int32 width, Int32 height, System.Boolean dither ) : void
dst VGImage
dx System.Int32
dy System.Int32
src VGImage
sx System.Int32
sy System.Int32
width System.Int32
height System.Int32
dither System.Boolean
return void

CopyPixels() abstract public method

abstract public CopyPixels ( Int32 dx, Int32 dy, Int32 sx, Int32 sy, Int32 width, Int32 height ) : void
dx System.Int32
dy System.Int32
sx System.Int32
sy System.Int32
width System.Int32
height System.Int32
return void

DrawImage() abstract public method

abstract public DrawImage ( VGImage image ) : void
image VGImage
return void

GetImageSubData() abstract public method

abstract public GetImageSubData ( VGImage image, object data, Int32 dataStride, VGImageFormat dataFormat, Int32 x, Int32 y, Int32 width, Int32 height ) : void
image VGImage
data object
dataStride System.Int32
dataFormat VGImageFormat
x System.Int32
y System.Int32
width System.Int32
height System.Int32
return void

GetParent() abstract public method

abstract public GetParent ( VGImage image ) : VGImage
image VGImage
return VGImage

GetPixels() abstract public method

abstract public GetPixels ( VGImage dst, Int32 dx, Int32 dy, Int32 sx, Int32 sy, Int32 width, Int32 height ) : void
dst VGImage
dx System.Int32
dy System.Int32
sx System.Int32
sy System.Int32
width System.Int32
height System.Int32
return void

ImageSubData() abstract public method

abstract public ImageSubData ( VGImage image, object data, Int32 dataStride, VGImageFormat dataFormat, Int32 x, Int32 y, Int32 width, Int32 height ) : void
image VGImage
data object
dataStride System.Int32
dataFormat VGImageFormat
x System.Int32
y System.Int32
width System.Int32
height System.Int32
return void

ReadPixels() abstract public method

abstract public ReadPixels ( object data, Int32 dataStride, VGImageFormat dataFormat, Int32 sx, Int32 sy, Int32 width, Int32 height ) : void
data object
dataStride System.Int32
dataFormat VGImageFormat
sx System.Int32
sy System.Int32
width System.Int32
height System.Int32
return void

SetPixels() abstract public method

abstract public SetPixels ( Int32 dx, Int32 dy, VGImage src, Int32 sx, Int32 sy, Int32 width, Int32 height ) : void
dx System.Int32
dy System.Int32
src VGImage
sx System.Int32
sy System.Int32
width System.Int32
height System.Int32
return void

WritePixels() abstract public method

abstract public WritePixels ( object data, Int32 dataStride, VGImageFormat dataFormat, Int32 dx, Int32 dy, Int32 width, Int32 height ) : void
data object
dataStride System.Int32
dataFormat VGImageFormat
dx System.Int32
dy System.Int32
width System.Int32
height System.Int32
return void