C# 클래스 SmartQuant.Charting.TPaintingBitmap

파일 보기 프로젝트 열기: fastquant/fastquant.dll 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

BeginDrawing() 공개 메소드

public BeginDrawing ( int w, int h ) : bool
w int
h int
리턴 bool

ColorGetPixel() 공개 메소드

public ColorGetPixel ( int x, int y ) : Color
x int
y int
리턴 Color

Fill() 공개 메소드

public Fill ( Color c ) : void
c Color
리턴 void

Fill() 공개 메소드

public Fill ( int c ) : void
c int
리턴 void

FillRectangle() 공개 메소드

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

FillRectangle() 공개 메소드

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

Get() 공개 메소드

public Get ( ) : Bitmap
리턴 System.Drawing.Bitmap

SetPixel() 공개 메소드

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

SetPixel() 공개 메소드

public SetPixel ( int x, int y, int c ) : void
x int
y int
c int
리턴 void

TPaintingBitmap() 공개 메소드

public TPaintingBitmap ( ) : System
리턴 System

TPaintingBitmap() 공개 메소드

public TPaintingBitmap ( int w, int h ) : System
w int
h int
리턴 System

intGetPixel() 공개 메소드

public intGetPixel ( int x, int y ) : int
x int
y int
리턴 int