C# Class NewTOAPIA.Drawing.OpenVG

Afficher le fichier Open project: Wiladams/NewTOAPIA

Méthodes publiques

Méthode 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 méthode

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
Résultat VGImage

CopyImage() abstract public méthode

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
Résultat void

CopyPixels() abstract public méthode

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
Résultat void

DrawImage() abstract public méthode

abstract public DrawImage ( VGImage image ) : void
image VGImage
Résultat void

GetImageSubData() abstract public méthode

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
Résultat void

GetParent() abstract public méthode

abstract public GetParent ( VGImage image ) : VGImage
image VGImage
Résultat VGImage

GetPixels() abstract public méthode

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
Résultat void

ImageSubData() abstract public méthode

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
Résultat void

ReadPixels() abstract public méthode

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
Résultat void

SetPixels() abstract public méthode

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
Résultat void

WritePixels() abstract public méthode

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
Résultat void