C# Class NewTOAPIA.Drawing.GraphPortDelegate

Inheritance: IGraphPort
Show file Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

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

Method Details

AddGraphPort() public method

public AddGraphPort ( IGraphPort aPort ) : void
aPort IGraphPort
return void

DrawBeziers() public method

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

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, System startPoint, System endPoint ) : void
aPen IPen
startPoint System
endPoint System
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 GPath
return void

DrawRectangle() public method

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

DrawRectangles() public method

public DrawRectangles ( IPen aPen, Rectangle rects ) : void
aPen IPen
rects 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

FillEllipse() public method

public FillEllipse ( IBrush aBrush, Rectangle rect ) : void
aBrush IBrush
rect System.Drawing.Rectangle
return void

FillPath() public method

public FillPath ( IBrush aBrush, GPath aPath ) : void
aBrush IBrush
aPath GPath
return void

FillRectangle() public method

public FillRectangle ( IBrush aBrush, Rectangle rect ) : void
aBrush IBrush
rect System.Drawing.Rectangle
return void

Flush() public method

public Flush ( ) : void
return void

GraphPortDelegate() public method

public GraphPortDelegate ( ) : System
return System

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 ( System points ) : void
points System
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

RotateTransform() public method

public RotateTransform ( float angle, int x, int y ) : void
angle float
x int
y int
return void

SaveState() public method

public SaveState ( ) : void
return void

ScaleTransform() public method

public ScaleTransform ( float scaleX, float scaleY ) : void
scaleX float
scaleY float
return void

SelectUniqueObject() public method

public SelectUniqueObject ( System.Guid objectID ) : void
objectID System.Guid
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

SetBrush() public method

public SetBrush ( IBrush aBrush ) : void
aBrush IBrush
return void

SetClipRectangle() public method

public SetClipRectangle ( Rectangle clipRect ) : void
clipRect System.Drawing.Rectangle
return void

SetFont() public method

public SetFont ( IFont aFont ) : void
aFont IFont
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, System colorref ) : void
x int
y int
colorref System
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

TranslateTransform() public method

public TranslateTransform ( int dx, int dy ) : void
dx int
dy int
return void