C# 클래스 Sketcher.Core.GraphPortChunkEncoder

상속: NewTOAPIA.Drawing.GraphPortDelegate
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA

공개 메소드들

메소드 설명
DrawEllipse ( IPen aPen, Rectangle rect ) : void
DrawLine ( IPen aPen, Point startPoint, Point endPoint ) : void
DrawLines ( IPen aPen, Point points ) : void
DrawPath ( IPen aPen, GPath aPath ) : void
DrawRectangle ( IPen aPen, Rectangle rect ) : void
DrawRoundRect ( IPen aPen, Rectangle rect, int xRadius, int yRadius ) : void
DrawString ( int x, int y, string aString ) : void
Flush ( ) : void
PixBlt ( PixelArray pixBuff, int x, int y ) : void
Polygon ( Point points ) : void
ResetState ( ) : void

Pop all the current state information back to the defaults

RestoreState ( int relative ) : void
SaveState ( ) : void
SelectUniqueObject ( System.Guid objectID ) : void
SendCommand ( BufferChunk aCommand ) : void
SetBkColor ( uint colorref ) : void
SetBkMode ( int bkMode ) : void
SetMappingMode ( MappingModes aMode ) : void
SetPen ( IPen aPen ) : void
SetPixel ( int x, int y, Color colorref ) : void
SetPolyFillMode ( PolygonFillMode aMode ) : void
SetROP2 ( BinaryRasterOps rasOp ) : void
SetTextColor ( uint colorref ) : void
SetWorldTransform ( Transformation aTransform ) : void

메소드 상세

DrawEllipse() 공개 메소드

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

DrawLine() 공개 메소드

public DrawLine ( IPen aPen, Point startPoint, Point endPoint ) : void
aPen IPen
startPoint Point
endPoint Point
리턴 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 NewTOAPIA.Drawing.GPath
리턴 void

DrawRectangle() 공개 메소드

public DrawRectangle ( IPen aPen, Rectangle rect ) : void
aPen IPen
rect 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

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

PixBlt() 공개 메소드

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

Polygon() 공개 메소드

public Polygon ( Point points ) : void
points Point
리턴 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

SaveState() 공개 메소드

public SaveState ( ) : void
리턴 void

SelectUniqueObject() 공개 메소드

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

SendCommand() 공개 메소드

public SendCommand ( BufferChunk aCommand ) : void
aCommand NewTOAPIA.BufferChunk
리턴 void

SetBkColor() 공개 메소드

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

SetBkMode() 공개 메소드

public SetBkMode ( int bkMode ) : void
bkMode int
리턴 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, Color colorref ) : void
x int
y int
colorref Color
리턴 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