C# Класс Sketcher.Core.GraphPortChunkEncoder

Наследование: NewTOAPIA.Drawing.GraphPortDelegate
Показать файл Открыть проект

Открытые методы

Метод Описание
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