Метод | Описание | |
---|---|---|
AddGraphPort ( IGraphPort aPort ) : void | ||
DrawBeziers ( IPen aPen, Point points ) : void | ||
DrawEllipse ( IPen aPen, |
||
DrawLine ( IPen aPen, System startPoint, System endPoint ) : void | ||
DrawLines ( IPen aPen, Point points ) : void | ||
DrawPath ( IPen aPen, |
||
DrawRectangle ( IPen aPen, |
||
DrawRectangles ( IPen aPen, |
||
DrawRoundRect ( IPen aPen, |
||
DrawString ( int x, int y, string aString ) : void | ||
FillEllipse ( IBrush aBrush, |
||
FillPath ( IBrush aBrush, |
||
FillRectangle ( IBrush aBrush, |
||
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 ( |
||
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 |
public AddGraphPort ( IGraphPort aPort ) : void | ||
aPort | IGraphPort | |
Результат | void |
public DrawBeziers ( IPen aPen, Point points ) : void | ||
aPen | IPen | |
points | Point | |
Результат | void |
public DrawEllipse ( IPen aPen, |
||
aPen | IPen | |
rect | ||
Результат | void |
public DrawLine ( IPen aPen, System startPoint, System endPoint ) : void | ||
aPen | IPen | |
startPoint | System | |
endPoint | System | |
Результат | void |
public DrawLines ( IPen aPen, Point points ) : void | ||
aPen | IPen | |
points | Point | |
Результат | void |
public DrawPath ( IPen aPen, |
||
aPen | IPen | |
aPath | ||
Результат | void |
public DrawRectangle ( IPen aPen, |
||
aPen | IPen | |
rect | ||
Результат | void |
public DrawRectangles ( IPen aPen, |
||
aPen | IPen | |
rects | ||
Результат | void |
public DrawRoundRect ( IPen aPen, |
||
aPen | IPen | |
rect | ||
xRadius | int | |
yRadius | int | |
Результат | void |
public DrawString ( int x, int y, string aString ) : void | ||
x | int | |
y | int | |
aString | string | |
Результат | void |
public FillEllipse ( IBrush aBrush, |
||
aBrush | IBrush | |
rect | ||
Результат | void |
public FillPath ( IBrush aBrush, |
||
aBrush | IBrush | |
aPath | ||
Результат | void |
public FillRectangle ( IBrush aBrush, |
||
aBrush | IBrush | |
rect | ||
Результат | void |
public PixBlt ( PixelArray pixBuff, int x, int y ) : void | ||
pixBuff | PixelArray | |
x | int | |
y | int | |
Результат | void |
public RestoreState ( int relative ) : void | ||
relative | int | |
Результат | void |
public RotateTransform ( float angle, int x, int y ) : void | ||
angle | float | |
x | int | |
y | int | |
Результат | void |
public ScaleTransform ( float scaleX, float scaleY ) : void | ||
scaleX | float | |
scaleY | float | |
Результат | void |
public SelectUniqueObject ( System.Guid objectID ) : void | ||
objectID | System.Guid | |
Результат | void |
public SetBkColor ( uint colorref ) : void | ||
colorref | uint | |
Результат | void |
public SetClipRectangle ( |
||
clipRect | ||
Результат | void |
public SetMappingMode ( MappingModes aMode ) : void | ||
aMode | MappingModes | |
Результат | void |
public SetPixel ( int x, int y, System colorref ) : void | ||
x | int | |
y | int | |
colorref | System | |
Результат | void |
public SetPolyFillMode ( PolygonFillMode aMode ) : void | ||
aMode | PolygonFillMode | |
Результат | void |
public SetROP2 ( BinaryRasterOps rasOp ) : void | ||
rasOp | BinaryRasterOps | |
Результат | void |
public SetTextColor ( uint colorref ) : void | ||
colorref | uint | |
Результат | void |
public SetWorldTransform ( Transformation aTransform ) : void | ||
aTransform | Transformation | |
Результат | void |
public TranslateTransform ( int dx, int dy ) : void | ||
dx | int | |
dy | int | |
Результат | void |