C# Class Sketcher.Core.GraphPortChunkEncoder

Inheritance: NewTOAPIA.Drawing.GraphPortDelegate
Mostrar archivo Open project: Wiladams/NewTOAPIA

Public Methods

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

Method Details

DrawEllipse() public method

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

DrawLine() public method

public DrawLine ( IPen aPen, Point startPoint, Point endPoint ) : void
aPen IPen
startPoint Point
endPoint Point
return void

DrawLines() public method

public DrawLines ( IPen aPen, Point points ) : void
aPen IPen
points Point
return void

DrawPath() public method

public DrawPath ( IPen aPen, GPath aPath ) : void
aPen IPen
aPath NewTOAPIA.Drawing.GPath
return void

DrawRectangle() public method

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

DrawRoundRect() public method

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

DrawString() public method

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

Flush() public method

public Flush ( ) : void
return void

PixBlt() public method

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

Polygon() public method

public Polygon ( Point points ) : void
points Point
return void

ResetState() public method

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

RestoreState() public method

public RestoreState ( int relative ) : void
relative int
return void

SaveState() public method

public SaveState ( ) : void
return void

SelectUniqueObject() public method

public SelectUniqueObject ( System.Guid objectID ) : void
objectID System.Guid
return void

SendCommand() public method

public SendCommand ( BufferChunk aCommand ) : void
aCommand NewTOAPIA.BufferChunk
return void

SetBkColor() public method

public SetBkColor ( uint colorref ) : void
colorref uint
return void

SetBkMode() public method

public SetBkMode ( int bkMode ) : void
bkMode int
return void

SetMappingMode() public method

public SetMappingMode ( MappingModes aMode ) : void
aMode MappingModes
return void

SetPen() public method

public SetPen ( IPen aPen ) : void
aPen IPen
return void

SetPixel() public method

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

SetPolyFillMode() public method

public SetPolyFillMode ( PolygonFillMode aMode ) : void
aMode PolygonFillMode
return void

SetROP2() public method

public SetROP2 ( BinaryRasterOps rasOp ) : void
rasOp BinaryRasterOps
return void

SetTextColor() public method

public SetTextColor ( uint colorref ) : void
colorref uint
return void

SetWorldTransform() public method

public SetWorldTransform ( Transformation aTransform ) : void
aTransform Transformation
return void