C# Class SmartQuant.Charting.TPaintingBitmap

Mostrar archivo Open project: fastquant/fastquant.dll Class Usage Examples

Public Methods

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

public BeginDrawing ( int w, int h ) : bool
w int
h int
return bool

ColorGetPixel() public method

public ColorGetPixel ( int x, int y ) : Color
x int
y int
return Color

Fill() public method

public Fill ( Color c ) : void
c Color
return void

Fill() public method

public Fill ( int c ) : void
c int
return void

FillRectangle() public method

public FillRectangle ( Color c, int x, int y, int w, int h ) : void
c Color
x int
y int
w int
h int
return void

FillRectangle() public method

public FillRectangle ( int c, int x, int y, int w, int h ) : void
c int
x int
y int
w int
h int
return void

Get() public method

public Get ( ) : Bitmap
return System.Drawing.Bitmap

SetPixel() public method

public SetPixel ( int x, int y, Color c ) : void
x int
y int
c Color
return void

SetPixel() public method

public SetPixel ( int x, int y, int c ) : void
x int
y int
c int
return void

TPaintingBitmap() public method

public TPaintingBitmap ( ) : System
return System

TPaintingBitmap() public method

public TPaintingBitmap ( int w, int h ) : System
w int
h int
return System

intGetPixel() public method

public intGetPixel ( int x, int y ) : int
x int
y int
return int