C# Class Treefrog.Framework.Imaging.TextureResource

Afficher le fichier Open project: jaquadro/Treefrog Class Usage Examples

Private Properties

Свойство Type Description
ClampRectangle Rectangle

Méthodes publiques

Méthode Description
Apply ( PixelFunction pixelFunc ) : void
Apply ( PixelFunction pixelFunc, Rectangle region ) : void
Apply ( PixelFunctionXY pixelFunc ) : void
Apply ( PixelFunctionXY pixelFunc, Rectangle region ) : void
Clear ( Rectangle region ) : void
Crop ( Rectangle region ) : TextureResource
FromXmlProxy ( XmlProxy proxy, System.Guid uid ) : TextureResource
Set ( TextureResource data, Point location ) : void
SetComposite ( TextureResource data, Point location ) : void
TextureResource ( Size size ) : System
TextureResource ( Size size, byte data ) : System
TextureResource ( Size size, byte data, int dataOffset ) : System
TextureResource ( int width, int height ) : System
TextureResource ( int width, int height, byte data ) : System
TextureResource ( int width, int height, byte data, int dataOffset ) : System
ToXmlProxy ( TextureResource tex ) : XmlProxy
this ( int x, int y ) : Color

Private Methods

Méthode Description
ClampRectangle ( Rectangle rect, Rectangle bounds ) : Rectangle

Method Details

Apply() public méthode

public Apply ( PixelFunction pixelFunc ) : void
pixelFunc PixelFunction
Résultat void

Apply() public méthode

public Apply ( PixelFunction pixelFunc, Rectangle region ) : void
pixelFunc PixelFunction
region Rectangle
Résultat void

Apply() public méthode

public Apply ( PixelFunctionXY pixelFunc ) : void
pixelFunc PixelFunctionXY
Résultat void

Apply() public méthode

public Apply ( PixelFunctionXY pixelFunc, Rectangle region ) : void
pixelFunc PixelFunctionXY
region Rectangle
Résultat void

Clear() public méthode

public Clear ( Rectangle region ) : void
region Rectangle
Résultat void

Crop() public méthode

public Crop ( Rectangle region ) : TextureResource
region Rectangle
Résultat TextureResource

FromXmlProxy() public static méthode

public static FromXmlProxy ( XmlProxy proxy, System.Guid uid ) : TextureResource
proxy XmlProxy
uid System.Guid
Résultat TextureResource

Set() public méthode

public Set ( TextureResource data, Point location ) : void
data TextureResource
location Point
Résultat void

SetComposite() public méthode

public SetComposite ( TextureResource data, Point location ) : void
data TextureResource
location Point
Résultat void

TextureResource() public méthode

public TextureResource ( Size size ) : System
size Size
Résultat System

TextureResource() public méthode

public TextureResource ( Size size, byte data ) : System
size Size
data byte
Résultat System

TextureResource() public méthode

public TextureResource ( Size size, byte data, int dataOffset ) : System
size Size
data byte
dataOffset int
Résultat System

TextureResource() public méthode

public TextureResource ( int width, int height ) : System
width int
height int
Résultat System

TextureResource() public méthode

public TextureResource ( int width, int height, byte data ) : System
width int
height int
data byte
Résultat System

TextureResource() public méthode

public TextureResource ( int width, int height, byte data, int dataOffset ) : System
width int
height int
data byte
dataOffset int
Résultat System

ToXmlProxy() public static méthode

public static ToXmlProxy ( TextureResource tex ) : XmlProxy
tex TextureResource
Résultat XmlProxy

this() public méthode

public this ( int x, int y ) : Color
x int
y int
Résultat Color