C# Класс NewTOAPIA.Drawing.GraphPortDelegate

Наследование: IGraphPort
Показать файл Открыть проект Примеры использования класса

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

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