C# Class cadencii.java.awt.image.BufferedImage

Inheritance: java.awt.Image
Afficher le fichier Open project: cadencii/cadencii Class Usage Examples

Méthodes publiques

Свойство Type Description
TYPE_INT_ARGB int
TYPE_INT_BGR int
TYPE_INT_RGB int

Méthodes publiques

Méthode Description
BufferedImage ( int width, int height, int imageType )
createGraphics ( ) : Graphics2D
getHeight ( ) : int
getHeight ( object observer ) : int
getWidth ( ) : int
getWidth ( object observer ) : int

Method Details

BufferedImage() public méthode

public BufferedImage ( int width, int height, int imageType )
width int
height int
imageType int

createGraphics() public méthode

public createGraphics ( ) : Graphics2D
Résultat Graphics2D

getHeight() public méthode

public getHeight ( ) : int
Résultat int

getHeight() public méthode

public getHeight ( object observer ) : int
observer object
Résultat int

getWidth() public méthode

public getWidth ( ) : int
Résultat int

getWidth() public méthode

public getWidth ( object observer ) : int
observer object
Résultat int

Property Details

TYPE_INT_ARGB public_oe static_oe property

public static int TYPE_INT_ARGB
Résultat int

TYPE_INT_BGR public_oe static_oe property

public static int TYPE_INT_BGR
Résultat int

TYPE_INT_RGB public_oe static_oe property

public static int TYPE_INT_RGB
Résultat int