C# Class SmartQuant.Charting.TPaintingBitmap

Afficher le fichier Open project: fastquant/fastquant.dll Class Usage Examples

Méthodes publiques

Méthode Description
BeginDrawing ( int w, int h ) : bool
ColorGetPixel ( int x, int y ) : Color
Fill ( Color c ) : void
Fill ( int c ) : void
FillRectangle ( Color c, int x, int y, int w, int h ) : void
FillRectangle ( int c, int x, int y, int w, int h ) : void
Get ( ) : Bitmap
SetPixel ( int x, int y, Color c ) : void
SetPixel ( int x, int y, int c ) : void
TPaintingBitmap ( ) : System
TPaintingBitmap ( int w, int h ) : System
intGetPixel ( int x, int y ) : int

Method Details

BeginDrawing() public méthode

public BeginDrawing ( int w, int h ) : bool
w int
h int
Résultat bool

ColorGetPixel() public méthode

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

Fill() public méthode

public Fill ( Color c ) : void
c Color
Résultat void

Fill() public méthode

public Fill ( int c ) : void
c int
Résultat void

FillRectangle() public méthode

public FillRectangle ( Color c, int x, int y, int w, int h ) : void
c Color
x int
y int
w int
h int
Résultat void

FillRectangle() public méthode

public FillRectangle ( int c, int x, int y, int w, int h ) : void
c int
x int
y int
w int
h int
Résultat void

Get() public méthode

public Get ( ) : Bitmap
Résultat System.Drawing.Bitmap

SetPixel() public méthode

public SetPixel ( int x, int y, Color c ) : void
x int
y int
c Color
Résultat void

SetPixel() public méthode

public SetPixel ( int x, int y, int c ) : void
x int
y int
c int
Résultat void

TPaintingBitmap() public méthode

public TPaintingBitmap ( ) : System
Résultat System

TPaintingBitmap() public méthode

public TPaintingBitmap ( int w, int h ) : System
w int
h int
Résultat System

intGetPixel() public méthode

public intGetPixel ( int x, int y ) : int
x int
y int
Résultat int