Method | Description | |
---|---|---|
AlphaBlend ( int x, int y, int width, int height, GDIPixmap bitmap, int srcX, int srcY, int srcWidth, int srcHeight, byte alpha ) : void | ||
BitBlt ( int x, int y, GDIDIBSection bitmap ) : void | ||
DrawBeziers ( |
||
DrawEllipse ( |
||
DrawGradientRectangle ( |
||
DrawImage ( GDIPixmap bitmap, Point destinationParallelogram, |
||
DrawLine ( |
||
DrawLines ( |
||
DrawPath ( |
||
DrawRectangle ( |
Draw the frame of a rectangle using a pen. Leave the interior alone.
|
|
DrawRectangles ( |
||
DrawRoundRect ( |
||
DrawString ( int x, int y, string aString ) : void | ||
FillEllipse ( |
||
FillPath ( |
||
FillRectangle ( |
||
Flush ( ) : void | ||
GDIPlusRenderer ( |
||
GetPixel ( int x, int y ) : uint | ||
MoveTo ( int x, int y ) : void | ||
PixBlt ( IPixelArray bitmap, int x, int y ) : void | ||
PixmapShardBlt ( IPixelArray bitmap, |
||
Polygon ( System points ) : void | ||
ResetClip ( ) : void | ||
ResetState ( ) : void | ||
RestoreState ( int toState ) : void | ||
RotateTransform ( float angle, int x, int y ) : void | ||
SaveState ( ) : void | ||
ScaleBitmap ( GDIPixmap aBitmap, |
||
ScaleTransform ( float scaleX, float scaleY ) : void | ||
SelectObject ( |
||
SelectObject ( |
||
SelectObject ( |
||
SelectObject ( |
||
SelectObject ( IUniqueGDIObject aObject ) : void | ||
SelectStockObject ( int objectIndex ) : void | ||
SelectUniqueObject ( System.Guid objectID ) : void | ||
SetBkColor ( uint colorref ) : void | ||
SetBkMode ( int bkMode ) : void | ||
SetBrush ( |
||
SetClipRectangle ( |
||
SetFont ( |
||
SetMappingMode ( MappingModes aMode ) : void | ||
SetPen ( IPen aPen ) : void | ||
SetPixel ( int x, int y, Color colorref ) : void | ||
SetPolyFillMode ( PolygonFillMode fillMode ) : void | ||
SetROP2 ( BinaryRasterOps rasOp ) : void | ||
SetTextColor ( uint colorref ) : void | ||
SetWorldTransform ( |
||
TranslateTransform ( int dx, int dy ) : void |
public AlphaBlend ( int x, int y, int width, int height, GDIPixmap bitmap, int srcX, int srcY, int srcWidth, int srcHeight, byte alpha ) : void | ||
x | int | |
y | int | |
width | int | |
height | int | |
bitmap | GDIPixmap | |
srcX | int | |
srcY | int | |
srcWidth | int | |
srcHeight | int | |
alpha | byte | |
return | void |
public BitBlt ( int x, int y, GDIDIBSection bitmap ) : void | ||
x | int | |
y | int | |
bitmap | GDIDIBSection | |
return | void |
public DrawBeziers ( |
||
aPen | ||
points | Point | |
return | void |
public DrawEllipse ( |
||
aPen | ||
rect | ||
return | void |
public DrawGradientRectangle ( |
||
aGradient | ||
return | void |
public DrawImage ( GDIPixmap bitmap, Point destinationParallelogram, |
||
bitmap | GDIPixmap | |
destinationParallelogram | Point | |
srcRect | ||
units | GraphicsUnit | |
return | void |
public DrawLine ( |
||
aPen | ||
startPoint | Point | |
endPoint | Point | |
return | void |
public DrawLines ( |
||
aPen | ||
points | Point | |
return | void |
public DrawPath ( |
||
aPen | ||
aPath | ||
return | void |
public DrawRectangle ( |
||
aPen | ||
rect | ||
return | void |
public DrawRectangles ( |
||
aPen | ||
rects | ||
return | void |
public DrawRoundRect ( |
||
aPen | ||
rect | ||
xRadius | int | |
yRadius | int | |
return | void |
public DrawString ( int x, int y, string aString ) : void | ||
x | int | |
y | int | |
aString | string | |
return | void |
public FillEllipse ( |
||
aBrush | ||
rect | ||
return | void |
public FillPath ( |
||
aBrush | ||
aPath | ||
return | void |
public FillRectangle ( |
||
aBrush | ||
rect | ||
return | void |
public GDIPlusRenderer ( |
||
devContext | ||
return | System |
public PixBlt ( IPixelArray bitmap, int x, int y ) : void | ||
bitmap | IPixelArray | |
x | int | |
y | int | |
return | void |
public PixmapShardBlt ( IPixelArray bitmap, |
||
bitmap | IPixelArray | |
srcRect | ||
dstRect | ||
return | void |
public RotateTransform ( float angle, int x, int y ) : void | ||
angle | float | |
x | int | |
y | int | |
return | void |
public ScaleBitmap ( GDIPixmap aBitmap, |
||
aBitmap | GDIPixmap | |
aFrame | ||
return | void |
public ScaleTransform ( float scaleX, float scaleY ) : void | ||
scaleX | float | |
scaleY | float | |
return | void |
public SelectObject ( |
||
objectHandle | ||
return |
public SelectObject ( |
||
aBrush | ||
return | void |
public SelectObject ( IUniqueGDIObject aObject ) : void | ||
aObject | IUniqueGDIObject | |
return | void |
public SelectStockObject ( int objectIndex ) : void | ||
objectIndex | int | |
return | void |
public SelectUniqueObject ( System.Guid objectID ) : void | ||
objectID | System.Guid | |
return | void |
public SetClipRectangle ( |
||
clipRect | ||
return | void |
public SetMappingMode ( MappingModes aMode ) : void | ||
aMode | MappingModes | |
return | void |
public SetPixel ( int x, int y, Color colorref ) : void | ||
x | int | |
y | int | |
colorref | Color | |
return | void |
public SetPolyFillMode ( PolygonFillMode fillMode ) : void | ||
fillMode | PolygonFillMode | |
return | void |
public SetROP2 ( BinaryRasterOps rasOp ) : void | ||
rasOp | BinaryRasterOps | |
return | void |
public SetWorldTransform ( |
||
aTransform | ||
return | void |
public TranslateTransform ( int dx, int dy ) : void | ||
dx | int | |
dy | int | |
return | void |