Method | Description | |
---|---|---|
AlphaBlend ( int x, int y, int width, int height, IntPtr srchDC, int srcX, int srcY, int srcWidth, int srcHeight, byte alpha ) : bool | ||
BeginPath ( ) : bool | ||
BitBlt ( int x, int y, int nWidth, int nHeight, IntPtr hSrcDC, int xSrc, int ySrc, TernaryRasterOps dwRop ) : bool | ||
BitBlt ( int x, int y, PixelBuffer, bitmap ) : void | ||
BlendPixel ( Point aPoint, uint colorref, byte alpha ) : bool | ||
CreateBitmap ( int width, int height ) : PixelBuffer, | ||
CreateBrush ( int aStyle, int hatch, uint colorref, System.Guid uniqueID ) : Brush, | ||
CreatePen ( int aStyle, int width, uint color, System.Guid uniqueID ) : Pen, | ||
DrawBitmap ( PixelBuffer, img, Point origin ) : void |
DrawImage, will draw the supplied image graphic on the screen. It will use the Image's frame and size to determine where to display it.
|
|
DrawBitmap ( PixelBuffer, img, Rectangle, srcRect, Rectangle, dstRect ) : void | ||
DrawEllipse ( EllipseG, aEllipse, Pen, aPen, Brush, aBrush ) : void | ||
DrawLine ( LineG, aLine, Pen, pen ) : void | ||
DrawLine ( Point startPoint, Point endPoint ) : void | ||
DrawLine ( int x1, int y1, int x2, int y2 ) : void | ||
DrawPath ( ) : bool | ||
DrawPolygon ( Point points ) : void | ||
DrawPolygon ( Point points, Pen, aPen, Brush, aBrush ) : void | ||
DrawPolygon ( PolygonG, poly, Pen, aPen, Brush, aBrush ) : void | ||
DrawRectangle ( Rectangle, aRect, Pen, aPen, Brush, aBrush ) : void | ||
DrawString ( int x, int y, string aString ) : void | ||
Ellipse ( int left, int top, int right, int bottom ) : void | ||
EndPath ( ) : bool | ||
FillEllipse ( EllipseG, aEllipse, Brush, aBrush ) : void | ||
FillPath ( ) : bool | ||
FillPolygon ( PolygonG, poly, Brush, aBrush ) : void | ||
FillRectangle ( Rectangle, aRect, Brush, aBrush ) : void | ||
Flush ( ) : void | ||
FrameEllipse ( EllipseG, aEllipse, Pen, aPen ) : void | ||
FramePath ( ) : bool | ||
FramePolygon ( PolygonG, poly, Pen, aPen ) : void | ||
FrameRectangle ( Rectangle, aRect, Pen, pen ) : void | ||
GDIGeometryRenderer ( GDIDeviceContext devContext ) : System | ||
GetPixel ( int x, int y ) : uint | ||
GradientFill ( TRIVERTEX pVertex, |
||
GradientFill ( TRIVERTEX pVertex, |
||
LineTo ( Point toPoint ) : void | ||
LineTo ( int x, int y ) : void | ||
MeasureCharacter ( char c, int &width, int &height ) : void | ||
MoveTo ( Point aPoint ) : void | ||
MoveTo ( int x, int y ) : void | ||
OffsetWindowOrigin ( int x, int y ) : void | ||
PlgBlt ( Point lpPoint, IntPtr hdcSrc, int srcX, int srcY, int width, int height, IntPtr hbmMask, int xMask, int yMask ) : bool | ||
PolyBezier ( Point points ) : void | ||
PolyDraw ( Point apt, byte aj ) : void | ||
PolyLine ( Point points ) : void | ||
Polygon ( Point points ) : void | ||
Rectangle ( Rectangle, aRect ) : void | ||
Rectangle ( int left, int top, int right, int bottom ) : void |
Draw the frame of a rectangle using a pen. Leave the interior alone.
|
|
ResetClip ( ) : void | ||
RestoreState ( ) : void | ||
RestoreState ( int relative ) : void | ||
RoundRect ( int left, int top, int right, int bottom, int width, int height ) : void | ||
SaveState ( ) : void | ||
SelectObject ( Brush, aBrush ) : void | ||
SelectObject ( Font, aFont ) : void | ||
SelectObject ( IntPtr objectHandle ) : void | ||
SelectObject ( Pen, aPen ) : void | ||
SelectStockObject ( int objectIndex ) : void | ||
SelectUniqueObject ( System.Guid objectID ) : void | ||
SetBkColor ( uint colorref ) : void | ||
SetBkMode ( int bkMode ) : void | ||
SetClip ( Rectangle, clipRect ) : void | ||
SetClip ( Region, clipRegion ) : void | ||
SetDefaultBrushColor ( uint colorref ) : void | ||
SetDefaultPenColor ( uint colorref ) : void | ||
SetMappingMode ( MappingModes aMode ) : void | ||
SetPathAsClipRegion ( ) : bool | ||
SetPen ( Pen, aPen ) : void | ||
SetPixel ( int x, int y, uint colorref ) : void | ||
SetPolyFillMode ( int fillMode ) : void | ||
SetTextColor ( uint colorref ) : void | ||
SetViewportExtent ( int width, int height ) : void | ||
SetViewportOrigin ( int x, int y ) : void | ||
SetWindowExtent ( int width, int height ) : Size, | ||
SetWindowOrigin ( int x, int y ) : void | ||
StretchBlt ( int x, int y, int width, int height, IntPtr srchDC, int srcX, int srcY, int srcWidth, int srcHeight, TernaryRasterOps dwRop ) : bool | ||
TranslateTransform ( int dx, int dy ) : bool | ||
UseDefaultBrush ( ) : void | ||
UseDefaultPen ( ) : void |
Method | Description | |
---|---|---|
GetWorldTransform ( ) : |
||
SetWorldTransform ( |
public AlphaBlend ( int x, int y, int width, int height, IntPtr srchDC, int srcX, int srcY, int srcWidth, int srcHeight, byte alpha ) : bool | ||
x | int | |
y | int | |
width | int | |
height | int | |
srchDC | IntPtr | |
srcX | int | |
srcY | int | |
srcWidth | int | |
srcHeight | int | |
alpha | byte | |
return | bool |
public BitBlt ( int x, int y, int nWidth, int nHeight, IntPtr hSrcDC, int xSrc, int ySrc, TernaryRasterOps dwRop ) : bool | ||
x | int | |
y | int | |
nWidth | int | |
nHeight | int | |
hSrcDC | IntPtr | |
xSrc | int | |
ySrc | int | |
dwRop | TernaryRasterOps | |
return | bool |
public BitBlt ( int x, int y, PixelBuffer, bitmap ) : void | ||
x | int | |
y | int | |
bitmap | PixelBuffer, | |
return | void |
public BlendPixel ( Point aPoint, uint colorref, byte alpha ) : bool | ||
aPoint | Point | |
colorref | uint | |
alpha | byte | |
return | bool |
public CreateBitmap ( int width, int height ) : PixelBuffer, | ||
width | int | |
height | int | |
return | PixelBuffer, |
public CreateBrush ( int aStyle, int hatch, uint colorref, System.Guid uniqueID ) : Brush, | ||
aStyle | int | |
hatch | int | |
colorref | uint | |
uniqueID | System.Guid | |
return | Brush, |
public CreatePen ( int aStyle, int width, uint color, System.Guid uniqueID ) : Pen, | ||
aStyle | int | |
width | int | |
color | uint | |
uniqueID | System.Guid | |
return | Pen, |
public DrawBitmap ( PixelBuffer, img, Point origin ) : void | ||
img | PixelBuffer, | |
origin | Point | |
return | void |
public DrawBitmap ( PixelBuffer, img, Rectangle, srcRect, Rectangle, dstRect ) : void | ||
img | PixelBuffer, | |
srcRect | Rectangle, | |
dstRect | Rectangle, | |
return | void |
public DrawEllipse ( EllipseG, aEllipse, Pen, aPen, Brush, aBrush ) : void | ||
aEllipse | EllipseG, | |
aPen | Pen, | |
aBrush | Brush, | |
return | void |
public DrawLine ( LineG, aLine, Pen, pen ) : void | ||
aLine | LineG, | |
pen | Pen, | |
return | void |
public DrawLine ( Point startPoint, Point endPoint ) : void | ||
startPoint | Point | |
endPoint | Point | |
return | void |
public DrawLine ( int x1, int y1, int x2, int y2 ) : void | ||
x1 | int | |
y1 | int | |
x2 | int | |
y2 | int | |
return | void |
public DrawPolygon ( Point points, Pen, aPen, Brush, aBrush ) : void | ||
points | Point | |
aPen | Pen, | |
aBrush | Brush, | |
return | void |
public DrawPolygon ( PolygonG, poly, Pen, aPen, Brush, aBrush ) : void | ||
poly | PolygonG, | |
aPen | Pen, | |
aBrush | Brush, | |
return | void |
public DrawRectangle ( Rectangle, aRect, Pen, aPen, Brush, aBrush ) : void | ||
aRect | Rectangle, | |
aPen | Pen, | |
aBrush | Brush, | |
return | void |
public DrawString ( int x, int y, string aString ) : void | ||
x | int | |
y | int | |
aString | string | |
return | void |
public Ellipse ( int left, int top, int right, int bottom ) : void | ||
left | int | |
top | int | |
right | int | |
bottom | int | |
return | void |
public FillEllipse ( EllipseG, aEllipse, Brush, aBrush ) : void | ||
aEllipse | EllipseG, | |
aBrush | Brush, | |
return | void |
public FillPolygon ( PolygonG, poly, Brush, aBrush ) : void | ||
poly | PolygonG, | |
aBrush | Brush, | |
return | void |
public FillRectangle ( Rectangle, aRect, Brush, aBrush ) : void | ||
aRect | Rectangle, | |
aBrush | Brush, | |
return | void |
public FrameEllipse ( EllipseG, aEllipse, Pen, aPen ) : void | ||
aEllipse | EllipseG, | |
aPen | Pen, | |
return | void |
public FramePolygon ( PolygonG, poly, Pen, aPen ) : void | ||
poly | PolygonG, | |
aPen | Pen, | |
return | void |
public FrameRectangle ( Rectangle, aRect, Pen, pen ) : void | ||
aRect | Rectangle, | |
pen | Pen, | |
return | void |
public GDIGeometryRenderer ( GDIDeviceContext devContext ) : System | ||
devContext | GDIDeviceContext | |
return | System |
public GradientFill ( TRIVERTEX pVertex, |
||
pVertex | TRIVERTEX | |
pMesh | ||
dwMode | uint | |
return | void |
public GradientFill ( TRIVERTEX pVertex, |
||
pVertex | TRIVERTEX | |
pMesh | ||
dwMode | uint | |
return | void |
public MeasureCharacter ( char c, int &width, int &height ) : void | ||
c | char | |
width | int | |
height | int | |
return | void |
public OffsetWindowOrigin ( int x, int y ) : void | ||
x | int | |
y | int | |
return | void |
public PlgBlt ( Point lpPoint, IntPtr hdcSrc, int srcX, int srcY, int width, int height, IntPtr hbmMask, int xMask, int yMask ) : bool | ||
lpPoint | Point | |
hdcSrc | IntPtr | |
srcX | int | |
srcY | int | |
width | int | |
height | int | |
hbmMask | IntPtr | |
xMask | int | |
yMask | int | |
return | bool |
public PolyDraw ( Point apt, byte aj ) : void | ||
apt | Point | |
aj | byte | |
return | void |
public Rectangle ( int left, int top, int right, int bottom ) : void | ||
left | int | |
top | int | |
right | int | |
bottom | int | |
return | void |
public RoundRect ( int left, int top, int right, int bottom, int width, int height ) : void | ||
left | int | |
top | int | |
right | int | |
bottom | int | |
width | int | |
height | int | |
return | void |
public SelectObject ( IntPtr objectHandle ) : void | ||
objectHandle | IntPtr | |
return | void |
public SelectStockObject ( int objectIndex ) : void | ||
objectIndex | int | |
return | void |
public SelectUniqueObject ( System.Guid objectID ) : void | ||
objectID | System.Guid | |
return | void |
public SetClip ( Rectangle, clipRect ) : void | ||
clipRect | Rectangle, | |
return | void |
public SetDefaultBrushColor ( uint colorref ) : void | ||
colorref | uint | |
return | void |
public SetDefaultPenColor ( uint colorref ) : void | ||
colorref | uint | |
return | void |
public SetMappingMode ( MappingModes aMode ) : void | ||
aMode | MappingModes | |
return | void |
public SetPixel ( int x, int y, uint colorref ) : void | ||
x | int | |
y | int | |
colorref | uint | |
return | void |
public SetPolyFillMode ( int fillMode ) : void | ||
fillMode | int | |
return | void |
public SetViewportExtent ( int width, int height ) : void | ||
width | int | |
height | int | |
return | void |
public SetViewportOrigin ( int x, int y ) : void | ||
x | int | |
y | int | |
return | void |
public SetWindowExtent ( int width, int height ) : Size, | ||
width | int | |
height | int | |
return | Size, |
public SetWindowOrigin ( int x, int y ) : void | ||
x | int | |
y | int | |
return | void |
public StretchBlt ( int x, int y, int width, int height, IntPtr srchDC, int srcX, int srcY, int srcWidth, int srcHeight, TernaryRasterOps dwRop ) : bool | ||
x | int | |
y | int | |
width | int | |
height | int | |
srchDC | IntPtr | |
srcX | int | |
srcY | int | |
srcWidth | int | |
srcHeight | int | |
dwRop | TernaryRasterOps | |
return | bool |
public TranslateTransform ( int dx, int dy ) : bool | ||
dx | int | |
dy | int | |
return | bool |