C# Class NewTOAPIA.Drawing.GraphPortDelegate

Inheritance: IGraphPort
Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

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

public AddGraphPort ( IGraphPort aPort ) : void
aPort IGraphPort
Résultat void

DrawBeziers() public méthode

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

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

DrawRectangle() public méthode

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

DrawRectangles() public méthode

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

FillEllipse() public méthode

public FillEllipse ( IBrush aBrush, Rectangle rect ) : void
aBrush IBrush
rect System.Drawing.Rectangle
Résultat void

FillPath() public méthode

public FillPath ( IBrush aBrush, GPath aPath ) : void
aBrush IBrush
aPath GPath
Résultat void

FillRectangle() public méthode

public FillRectangle ( IBrush aBrush, Rectangle rect ) : void
aBrush IBrush
rect System.Drawing.Rectangle
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

GraphPortDelegate() public méthode

public GraphPortDelegate ( ) : System
Résultat System

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

RotateTransform() public méthode

public RotateTransform ( float angle, int x, int y ) : void
angle float
x int
y int
Résultat void

SaveState() public méthode

public SaveState ( ) : void
Résultat void

ScaleTransform() public méthode

public ScaleTransform ( float scaleX, float scaleY ) : void
scaleX float
scaleY float
Résultat void

SelectUniqueObject() public méthode

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

SetBrush() public méthode

public SetBrush ( IBrush aBrush ) : void
aBrush IBrush
Résultat void

SetClipRectangle() public méthode

public SetClipRectangle ( Rectangle clipRect ) : void
clipRect System.Drawing.Rectangle
Résultat void

SetFont() public méthode

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

TranslateTransform() public méthode

public TranslateTransform ( int dx, int dy ) : void
dx int
dy int
Résultat void