Method | Description | |
---|---|---|
AlphaBlend ( int x, int y, int width, int height, GDIPixmap bitmap, int srcX, int srcY, int srcWidth, int srcHeight, byte opacity ) : void | ||
BitBlt ( int x, int y, int nWidth, int nHeight, |
||
CopyFromScreen ( Point upperLeftSource, Point upperLeftDestination, |
||
CreateBitmap ( int width, int height ) : GDIDIBSection | ||
CreateBrush ( BrushStyle aStyle, HatchStyle hatch, uint colorref, System.Guid uniqueID ) : void | ||
CreateCosmeticPen ( PenStyle aStyle, uint color, System.Guid uniqueID ) : void | ||
CreateFont ( string faceName, int height, System.Guid aGuid ) : void | ||
CreatePath ( System.Guid uniqueID ) : |
||
CreatePen ( PenType aType, PenStyle aStyle, PenJoinStyle aJoinStyle, PenEndCap aEndCap, uint colorref, int width, System.Guid uniqueID ) : void | ||
DrawBeziers ( |
||
DrawBitmap ( GDIPixmap pixmap, 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 ( GDIPixmap pixmap, System srcRect, System dstRect ) : void | ||
DrawEllipse ( |
||
DrawGradientRectangle ( |
||
DrawImage ( GDIPixmap bitmap, System destinationParallelogram, System srcRect, System units ) : void | ||
DrawLine ( |
||
DrawLines ( |
||
DrawPath ( |
||
DrawPolygon ( System points ) : void | ||
DrawPolygon ( System points, |
||
DrawRectangle ( |
||
DrawRectangle ( |
Draw the frame of a rectangle using the specified pen.
|
|
DrawRectangle ( |
||
DrawRectangle ( int left, int top, int right, int bottom ) : void |
Draw the frame of a rectangle using a pen. Leave the interior alone.
|
|
DrawRectangles ( |
||
DrawRegion ( |
||
DrawRoundRect ( |
||
DrawString ( int x, int y, string aString ) : void | ||
FillEllipse ( |
||
FillPath ( |
||
FillRectangle ( |
||
FillRectangle ( |
||
FillRegion ( |
||
Flush ( ) : void | ||
FramePath ( |
||
FrameRectangle ( |
||
FrameRegion ( |
||
GDIRenderer ( |
||
GradientTriangle ( TRIVERTEX pVertex, |
||
InvertRegion ( |
||
MeasureCharacter ( char c, int &width, int &height ) : void | ||
MoveTo ( System aPOINT ) : void | ||
MoveTo ( int x, int y ) : void | ||
PixBlt ( IPixelArray pixmap, int x, int y ) : void | ||
PixmapShardBlt ( IPixelArray pixmap, |
||
Polygon ( System points ) : void | ||
ResetClip ( ) : void | ||
ResetState ( ) : void | ||
RestoreState ( int toState ) : void | ||
RotateTransform ( float angle, int x, int y ) : void | ||
SaveState ( ) : void | ||
ScaleBitmap ( GDIPixmap bitmap, |
||
ScaleTransform ( float scaleX, float scaleY ) : void | ||
SelectStockObject ( int objectIndex ) : void | ||
SelectUniqueObject ( System.Guid objectID ) : void | ||
SetBkColor ( uint colorref ) : void | ||
SetBkMode ( int bkMode ) : void | ||
SetBrush ( |
||
SetClip ( |
||
SetClipRectangle ( |
||
SetDefaultBrushColor ( uint colorref ) : void | ||
SetDefaultPenColor ( uint colorref ) : void | ||
SetFont ( |
||
SetMappingMode ( MappingModes aMode ) : void | ||
SetPathAsClipRegion ( |
||
SetPen ( |
||
SetPixel ( int x, int y, Color colorref ) : void | ||
SetPolyFillMode ( PolygonFillMode fillMode ) : void | ||
SetROP2 ( BinaryRasterOps rasOp ) : void | ||
SetTextColor ( uint colorref ) : void | ||
SetWorldTransform ( |
||
StretchBlt ( int x, int y, int width, int height, |
||
StrokeAndFillRectangle ( |
||
TranslateTransform ( int dx, int dy ) : void | ||
UseDefaultBrush ( ) : void | ||
UseDefaultPen ( ) : void |
Method | Description | |
---|---|---|
GetWorldTransform ( ) : |
public AlphaBlend ( int x, int y, int width, int height, GDIPixmap bitmap, int srcX, int srcY, int srcWidth, int srcHeight, byte opacity ) : void | ||
x | int | |
y | int | |
width | int | |
height | int | |
bitmap | GDIPixmap | |
srcX | int | |
srcY | int | |
srcWidth | int | |
srcHeight | int | |
opacity | byte | |
return | void |
public BitBlt ( int x, int y, int nWidth, int nHeight, |
||
x | int | |
y | int | |
nWidth | int | |
nHeight | int | |
hSrcDC | ||
xSrc | int | |
ySrc | int | |
dwRop | TernaryRasterOps | |
return | bool |
public CopyFromScreen ( Point upperLeftSource, Point upperLeftDestination, |
||
upperLeftSource | Point | |
upperLeftDestination | Point | |
blockRegionSize | ||
return | void |
public CreateBitmap ( int width, int height ) : GDIDIBSection | ||
width | int | |
height | int | |
return | GDIDIBSection |
public CreateBrush ( BrushStyle aStyle, HatchStyle hatch, uint colorref, System.Guid uniqueID ) : void | ||
aStyle | BrushStyle | |
hatch | HatchStyle | |
colorref | uint | |
uniqueID | System.Guid | |
return | void |
public CreateCosmeticPen ( PenStyle aStyle, uint color, System.Guid uniqueID ) : void | ||
aStyle | PenStyle | |
color | uint | |
uniqueID | System.Guid | |
return | void |
public CreateFont ( string faceName, int height, System.Guid aGuid ) : void | ||
faceName | string | |
height | int | |
aGuid | System.Guid | |
return | void |
public CreatePath ( System.Guid uniqueID ) : |
||
uniqueID | System.Guid | |
return |
public CreatePen ( PenType aType, PenStyle aStyle, PenJoinStyle aJoinStyle, PenEndCap aEndCap, uint colorref, int width, System.Guid uniqueID ) : void | ||
aType | PenType | |
aStyle | PenStyle | |
aJoinStyle | PenJoinStyle | |
aEndCap | PenEndCap | |
colorref | uint | |
width | int | |
uniqueID | System.Guid | |
return | void |
public DrawBeziers ( |
||
aPen | ||
points | Point | |
return | void |
public DrawBitmap ( GDIPixmap pixmap, Point origin ) : void | ||
pixmap | GDIPixmap | |
origin | Point | |
return | void |
public DrawBitmap ( GDIPixmap pixmap, System srcRect, System dstRect ) : void | ||
pixmap | GDIPixmap | |
srcRect | System | |
dstRect | System | |
return | void |
public DrawEllipse ( |
||
aPen | ||
rect | ||
return | void |
public DrawGradientRectangle ( |
||
aGradient | ||
return | void |
public DrawImage ( GDIPixmap bitmap, System destinationParallelogram, System srcRect, System units ) : void | ||
bitmap | GDIPixmap | |
destinationParallelogram | System | |
srcRect | System | |
units | System | |
return | void |
public DrawLine ( |
||
aPen | ||
startPOINT | Point | |
endPoint | Point | |
return | void |
public DrawLines ( |
||
aPen | ||
points | System | |
return | void |
public DrawPath ( |
||
aPen | ||
aPath | ||
return | void |
public DrawPolygon ( System points, |
||
points | System | |
aPen | ||
aBrush | ||
return | void |
public DrawRectangle ( |
||
aPen | ||
rect | ||
return | void |
public DrawRectangle ( |
||
aPen | ||
x | int | left |
y | int | top |
width | int | Width of rectangle. |
height | int | Height of rectangle. |
return | void |
public DrawRectangle ( |
||
aRect | ||
return | void |
public DrawRectangle ( int left, int top, int right, int bottom ) : void | ||
left | int | |
top | int | |
right | int | |
bottom | int | |
return | void |
public DrawRectangles ( |
||
aPen | ||
rects | ||
return | void |
public DrawRegion ( |
||
region | ||
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 | ||
aRect | ||
return | void |
public FillRectangle ( |
||
aBrush | ||
x | int | |
y | int | |
width | int | |
height | int | |
return | void |
public FillRegion ( |
||
region | ||
aBrush | ||
return | void |
public FramePath ( |
||
aPen | ||
aPath | ||
return | void |
public FrameRectangle ( |
||
pen | ||
aRect | ||
return | void |
public FrameRegion ( |
||
region | ||
aBrush | ||
strokeSize | ||
return | void |
public GDIRenderer ( |
||
devContext | ||
return | System |
public GradientTriangle ( TRIVERTEX pVertex, |
||
pVertex | TRIVERTEX | |
pMesh | ||
dwMode | int | |
return | void |
public InvertRegion ( |
||
region | ||
return | void |
public MeasureCharacter ( char c, int &width, int &height ) : void | ||
c | char | |
width | int | |
height | int | |
return | void |
public PixBlt ( IPixelArray pixmap, int x, int y ) : void | ||
pixmap | IPixelArray | |
x | int | |
y | int | |
return | void |
public PixmapShardBlt ( IPixelArray pixmap, |
||
pixmap | 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 bitmap, |
||
bitmap | GDIPixmap | |
aFrame | ||
return | void |
public ScaleTransform ( float scaleX, float scaleY ) : void | ||
scaleX | float | |
scaleY | float | |
return | void |
public SelectStockObject ( int objectIndex ) : void | ||
objectIndex | int | |
return | void |
public SelectUniqueObject ( System.Guid objectID ) : void | ||
objectID | System.Guid | |
return | void |
public SetClip ( |
||
clipRegion | ||
return | void |
public SetClipRectangle ( |
||
clipRect | ||
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 SetPathAsClipRegion ( |
||
aPath | ||
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 StretchBlt ( int x, int y, int width, int height, |
||
x | int | |
y | int | |
width | int | |
height | int | |
srcDC | ||
srcX | int | |
srcY | int | |
srcWidth | int | |
srcHeight | int | |
dwRop | TernaryRasterOps | |
return | void |
public StrokeAndFillRectangle ( |
||
aPen | ||
aBrush | ||
aRect | ||
return | void |
public TranslateTransform ( int dx, int dy ) : void | ||
dx | int | |
dy | int | |
return | void |