C# Class Sketcher.Core.GraphPortChunkEncoder

Inheritance: NewTOAPIA.Drawing.GraphPortDelegate
Afficher le fichier Open project: Wiladams/NewTOAPIA

Méthodes publiques

Méthode 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 méthode

public DrawEllipse ( IPen aPen, Rectangle rect ) : void
aPen IPen
rect System.Drawing.Rectangle
Résultat void

DrawLine() public méthode

public DrawLine ( IPen aPen, Point startPoint, Point endPoint ) : void
aPen IPen
startPoint Point
endPoint Point
Résultat void

DrawLines() public méthode

public DrawLines ( IPen aPen, Point points ) : void
aPen IPen
points Point
Résultat void

DrawPath() public méthode

public DrawPath ( IPen aPen, GPath aPath ) : void
aPen IPen
aPath NewTOAPIA.Drawing.GPath
Résultat void

DrawRectangle() public méthode

public DrawRectangle ( IPen aPen, Rectangle rect ) : void
aPen IPen
rect System.Drawing.Rectangle
Résultat void

DrawRoundRect() public méthode

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

DrawString() public méthode

public DrawString ( int x, int y, string aString ) : void
x int
y int
aString string
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

PixBlt() public méthode

public PixBlt ( PixelArray pixBuff, int x, int y ) : void
pixBuff PixelArray
x int
y int
Résultat void

Polygon() public méthode

public Polygon ( Point points ) : void
points Point
Résultat void

ResetState() public méthode

Pop all the current state information back to the defaults
public ResetState ( ) : void
Résultat void

RestoreState() public méthode

public RestoreState ( int relative ) : void
relative int
Résultat void

SaveState() public méthode

public SaveState ( ) : void
Résultat void

SelectUniqueObject() public méthode

public SelectUniqueObject ( System.Guid objectID ) : void
objectID System.Guid
Résultat void

SendCommand() public méthode

public SendCommand ( BufferChunk aCommand ) : void
aCommand NewTOAPIA.BufferChunk
Résultat void

SetBkColor() public méthode

public SetBkColor ( uint colorref ) : void
colorref uint
Résultat void

SetBkMode() public méthode

public SetBkMode ( int bkMode ) : void
bkMode int
Résultat void

SetMappingMode() public méthode

public SetMappingMode ( MappingModes aMode ) : void
aMode MappingModes
Résultat void

SetPen() public méthode

public SetPen ( IPen aPen ) : void
aPen IPen
Résultat void

SetPixel() public méthode

public SetPixel ( int x, int y, Color colorref ) : void
x int
y int
colorref Color
Résultat void

SetPolyFillMode() public méthode

public SetPolyFillMode ( PolygonFillMode aMode ) : void
aMode PolygonFillMode
Résultat void

SetROP2() public méthode

public SetROP2 ( BinaryRasterOps rasOp ) : void
rasOp BinaryRasterOps
Résultat void

SetTextColor() public méthode

public SetTextColor ( uint colorref ) : void
colorref uint
Résultat void

SetWorldTransform() public méthode

public SetWorldTransform ( Transformation aTransform ) : void
aTransform Transformation
Résultat void