C# 클래스 NewTOAPIA.Drawing.GraphPortDelegate

상속: IGraphPort
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA 1 사용 예제들

공개 메소드들

메소드 설명
AddGraphPort ( IGraphPort aPort ) : void
DrawBeziers ( IPen aPen, Point points ) : void
DrawEllipse ( IPen aPen, Rectangle rect ) : void
DrawLine ( IPen aPen, System startPoint, System endPoint ) : void
DrawLines ( IPen aPen, Point points ) : void
DrawPath ( IPen aPen, GPath aPath ) : void
DrawRectangle ( IPen aPen, Rectangle rect ) : void
DrawRectangles ( IPen aPen, Rectangle rects ) : void
DrawRoundRect ( IPen aPen, Rectangle rect, int xRadius, int yRadius ) : void
DrawString ( int x, int y, string aString ) : void
FillEllipse ( IBrush aBrush, Rectangle rect ) : void
FillPath ( IBrush aBrush, GPath aPath ) : void
FillRectangle ( IBrush aBrush, Rectangle rect ) : void
Flush ( ) : void
GraphPortDelegate ( ) : System
PixBlt ( PixelArray pixBuff, int x, int y ) : void
Polygon ( System points ) : void
ResetState ( ) : void

Pop all the current state information back to the defaults

RestoreState ( int relative ) : void
RotateTransform ( float angle, int x, int y ) : void
SaveState ( ) : void
ScaleTransform ( float scaleX, float scaleY ) : void
SelectUniqueObject ( System.Guid objectID ) : void
SetBkColor ( uint colorref ) : void
SetBkMode ( int bkMode ) : void
SetBrush ( IBrush aBrush ) : void
SetClipRectangle ( Rectangle clipRect ) : void
SetFont ( IFont aFont ) : void
SetMappingMode ( MappingModes aMode ) : void
SetPen ( IPen aPen ) : void
SetPixel ( int x, int y, System colorref ) : void
SetPolyFillMode ( PolygonFillMode aMode ) : void
SetROP2 ( BinaryRasterOps rasOp ) : void
SetTextColor ( uint colorref ) : void
SetWorldTransform ( Transformation aTransform ) : void
TranslateTransform ( int dx, int dy ) : void

메소드 상세

AddGraphPort() 공개 메소드

public AddGraphPort ( IGraphPort aPort ) : void
aPort IGraphPort
리턴 void

DrawBeziers() 공개 메소드

public DrawBeziers ( IPen aPen, Point points ) : void
aPen IPen
points Point
리턴 void

DrawEllipse() 공개 메소드

public DrawEllipse ( IPen aPen, Rectangle rect ) : void
aPen IPen
rect System.Drawing.Rectangle
리턴 void

DrawLine() 공개 메소드

public DrawLine ( IPen aPen, System startPoint, System endPoint ) : void
aPen IPen
startPoint System
endPoint System
리턴 void

DrawLines() 공개 메소드

public DrawLines ( IPen aPen, Point points ) : void
aPen IPen
points Point
리턴 void

DrawPath() 공개 메소드

public DrawPath ( IPen aPen, GPath aPath ) : void
aPen IPen
aPath GPath
리턴 void

DrawRectangle() 공개 메소드

public DrawRectangle ( IPen aPen, Rectangle rect ) : void
aPen IPen
rect System.Drawing.Rectangle
리턴 void

DrawRectangles() 공개 메소드

public DrawRectangles ( IPen aPen, Rectangle rects ) : void
aPen IPen
rects System.Drawing.Rectangle
리턴 void

DrawRoundRect() 공개 메소드

public DrawRoundRect ( IPen aPen, Rectangle rect, int xRadius, int yRadius ) : void
aPen IPen
rect System.Drawing.Rectangle
xRadius int
yRadius int
리턴 void

DrawString() 공개 메소드

public DrawString ( int x, int y, string aString ) : void
x int
y int
aString string
리턴 void

FillEllipse() 공개 메소드

public FillEllipse ( IBrush aBrush, Rectangle rect ) : void
aBrush IBrush
rect System.Drawing.Rectangle
리턴 void

FillPath() 공개 메소드

public FillPath ( IBrush aBrush, GPath aPath ) : void
aBrush IBrush
aPath GPath
리턴 void

FillRectangle() 공개 메소드

public FillRectangle ( IBrush aBrush, Rectangle rect ) : void
aBrush IBrush
rect System.Drawing.Rectangle
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

GraphPortDelegate() 공개 메소드

public GraphPortDelegate ( ) : System
리턴 System

PixBlt() 공개 메소드

public PixBlt ( PixelArray pixBuff, int x, int y ) : void
pixBuff PixelArray
x int
y int
리턴 void

Polygon() 공개 메소드

public Polygon ( System points ) : void
points System
리턴 void

ResetState() 공개 메소드

Pop all the current state information back to the defaults
public ResetState ( ) : void
리턴 void

RestoreState() 공개 메소드

public RestoreState ( int relative ) : void
relative int
리턴 void

RotateTransform() 공개 메소드

public RotateTransform ( float angle, int x, int y ) : void
angle float
x int
y int
리턴 void

SaveState() 공개 메소드

public SaveState ( ) : void
리턴 void

ScaleTransform() 공개 메소드

public ScaleTransform ( float scaleX, float scaleY ) : void
scaleX float
scaleY float
리턴 void

SelectUniqueObject() 공개 메소드

public SelectUniqueObject ( System.Guid objectID ) : void
objectID System.Guid
리턴 void

SetBkColor() 공개 메소드

public SetBkColor ( uint colorref ) : void
colorref uint
리턴 void

SetBkMode() 공개 메소드

public SetBkMode ( int bkMode ) : void
bkMode int
리턴 void

SetBrush() 공개 메소드

public SetBrush ( IBrush aBrush ) : void
aBrush IBrush
리턴 void

SetClipRectangle() 공개 메소드

public SetClipRectangle ( Rectangle clipRect ) : void
clipRect System.Drawing.Rectangle
리턴 void

SetFont() 공개 메소드

public SetFont ( IFont aFont ) : void
aFont IFont
리턴 void

SetMappingMode() 공개 메소드

public SetMappingMode ( MappingModes aMode ) : void
aMode MappingModes
리턴 void

SetPen() 공개 메소드

public SetPen ( IPen aPen ) : void
aPen IPen
리턴 void

SetPixel() 공개 메소드

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

SetPolyFillMode() 공개 메소드

public SetPolyFillMode ( PolygonFillMode aMode ) : void
aMode PolygonFillMode
리턴 void

SetROP2() 공개 메소드

public SetROP2 ( BinaryRasterOps rasOp ) : void
rasOp BinaryRasterOps
리턴 void

SetTextColor() 공개 메소드

public SetTextColor ( uint colorref ) : void
colorref uint
리턴 void

SetWorldTransform() 공개 메소드

public SetWorldTransform ( Transformation aTransform ) : void
aTransform Transformation
리턴 void

TranslateTransform() 공개 메소드

public TranslateTransform ( int dx, int dy ) : void
dx int
dy int
리턴 void