Property | Type | Description | |
---|---|---|---|
dbugDrawStringCount | int |
Property | Type | Description | |
---|---|---|---|
ClearPreviousStoredValues | void | ||
ConvColor | System.Drawing.Color | ||
ConvPointFArray | System.Drawing.PointF[] | ||
CreateGraphicsFromNativeHdc | void | ||
IDisposable | void | ||
MyGdiPlusCanvas | System | ||
ReleaseUnManagedResource | void | ||
ResolveGraphicsPath | System.Drawing.Drawing2D.GraphicsPath | ||
ResolveInnerBmp | System.Drawing.Bitmap |
Method | Description | |
---|---|---|
ClearSurface ( PixelFarm c ) : void | ||
CloseCanvas ( ) : void | ||
DrawImage ( Image image, RectangleF destRect ) : void |
Draws the specified T:System.Drawing.Image at the specified location and with the specified size.
|
|
DrawImage ( Image image, RectangleF destRect, RectangleF srcRect ) : void |
Draws the specified portion of the specified T:System.Drawing.Image at the specified location and with the specified size.
|
|
DrawImages ( Image image, RectangleF destAndSrcPairs ) : void | ||
DrawLine ( float x1, float y1, float x2, float y2 ) : void | ||
DrawPath ( GraphicsPath gfxPath ) : void | ||
DrawRectangle ( Color color, float left, float top, float width, float height ) : void | ||
DrawText ( char buffer, Rectangle logicalTextBox, int textAlignment ) : void | ||
DrawText ( char buffer, int x, int y ) : void | ||
DrawText ( char str, int startAt, int len, Rectangle logicalTextBox, int textAlignment ) : void | ||
FillPath ( Brush brush, GraphicsPath path ) : void |
Fills the interior of a T:System.Drawing.Drawing2D.GraphicsPath.
|
|
FillPath ( Color color, GraphicsPath gfxPath ) : void | ||
FillPolygon ( Brush brush, PointF points ) : void | ||
FillPolygon ( Color color, PointF points ) : void | ||
FillRectangle ( Brush brush, float left, float top, float width, float height ) : void | ||
FillRectangle ( Color color, float left, float top, float width, float height ) : void | ||
IntersectsWith ( Rectangle clientRect ) : bool | ||
Invalidate ( Rectangle rect ) : void | ||
IsPageNumber ( int hPageNum, int vPageNum ) : bool | ||
PopClipAreaRect ( ) : void | ||
PushClipAreaRect ( int width, int height, Rectangle &updateArea ) : bool | ||
RenderTo ( IntPtr destHdc, int sourceX, int sourceY, Rectangle destArea ) : void | ||
Reset ( int hPageNum, int vPageNum, int newWidth, int newHeight ) : void | ||
ResetInvalidateArea ( ) : void | ||
Reuse ( int hPageNum, int vPageNum ) : void | ||
SetCanvasOrigin ( int x, int y ) : void | ||
SetClipRect ( Rectangle rect, CombineMode combineMode = CombineMode.Replace ) : void |
Sets the clipping region of this T:System.Drawing.Graphics to the result of the specified operation combining the current clip region and the rectangle specified by a T:System.Drawing.RectangleF structure.
|
|
ToString ( ) : string | ||
dbug_DrawCrossRect ( Color color, Rectangle rect ) : void | ||
dbug_DrawRuler ( int x ) : void |
Method | Description | |
---|---|---|
ClearPreviousStoredValues ( ) : void | ||
ConvColor ( Color c ) : System.Drawing.Color | ||
ConvPointFArray ( PointF points ) : System.Drawing.PointF[] | ||
CreateGraphicsFromNativeHdc ( int width, int height ) : void | ||
IDisposable ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
MyGdiPlusCanvas ( int horizontalPageNum, int verticalPageNum, int left, int top, int width, int height ) : System | ||
ReleaseUnManagedResource ( ) : void | ||
ResolveGraphicsPath ( GraphicsPath path ) : System.Drawing.Drawing2D.GraphicsPath | ||
ResolveInnerBmp ( Image image ) : System.Drawing.Bitmap |
public DrawImage ( Image image, RectangleF destRect ) : void | ||
image | Image | |
destRect | RectangleF | |
return | void |
public DrawImage ( Image image, RectangleF destRect, RectangleF srcRect ) : void | ||
image | Image | |
destRect | RectangleF | |
srcRect | RectangleF | |
return | void |
public DrawImages ( Image image, RectangleF destAndSrcPairs ) : void | ||
image | Image | |
destAndSrcPairs | RectangleF | |
return | void |
public DrawLine ( float x1, float y1, float x2, float y2 ) : void | ||
x1 | float | |
y1 | float | |
x2 | float | |
y2 | float | |
return | void |
public DrawPath ( GraphicsPath gfxPath ) : void | ||
gfxPath | GraphicsPath | |
return | void |
public DrawRectangle ( Color color, float left, float top, float width, float height ) : void | ||
color | Color | |
left | float | |
top | float | |
width | float | |
height | float | |
return | void |
public DrawText ( char buffer, Rectangle logicalTextBox, int textAlignment ) : void | ||
buffer | char | |
logicalTextBox | Rectangle | |
textAlignment | int | |
return | void |
public DrawText ( char buffer, int x, int y ) : void | ||
buffer | char | |
x | int | |
y | int | |
return | void |
public DrawText ( char str, int startAt, int len, Rectangle logicalTextBox, int textAlignment ) : void | ||
str | char | |
startAt | int | |
len | int | |
logicalTextBox | Rectangle | |
textAlignment | int | |
return | void |
public FillPath ( Brush brush, GraphicsPath path ) : void | ||
brush | Brush | |
path | GraphicsPath | |
return | void |
public FillPath ( Color color, GraphicsPath gfxPath ) : void | ||
color | Color | |
gfxPath | GraphicsPath | |
return | void |
public FillPolygon ( Brush brush, PointF points ) : void | ||
brush | Brush | |
points | PointF | |
return | void |
public FillPolygon ( Color color, PointF points ) : void | ||
color | Color | |
points | PointF | |
return | void |
public FillRectangle ( Brush brush, float left, float top, float width, float height ) : void | ||
brush | Brush | |
left | float | |
top | float | |
width | float | |
height | float | |
return | void |
public FillRectangle ( Color color, float left, float top, float width, float height ) : void | ||
color | Color | |
left | float | |
top | float | |
width | float | |
height | float | |
return | void |
public IntersectsWith ( Rectangle clientRect ) : bool | ||
clientRect | Rectangle | |
return | bool |
public IsPageNumber ( int hPageNum, int vPageNum ) : bool | ||
hPageNum | int | |
vPageNum | int | |
return | bool |
public PushClipAreaRect ( int width, int height, Rectangle &updateArea ) : bool | ||
width | int | |
height | int | |
updateArea | Rectangle | |
return | bool |
public RenderTo ( IntPtr destHdc, int sourceX, int sourceY, Rectangle destArea ) : void | ||
destHdc | IntPtr | |
sourceX | int | |
sourceY | int | |
destArea | Rectangle | |
return | void |
public Reset ( int hPageNum, int vPageNum, int newWidth, int newHeight ) : void | ||
hPageNum | int | |
vPageNum | int | |
newWidth | int | |
newHeight | int | |
return | void |
public Reuse ( int hPageNum, int vPageNum ) : void | ||
hPageNum | int | |
vPageNum | int | |
return | void |
public SetCanvasOrigin ( int x, int y ) : void | ||
x | int | |
y | int | |
return | void |
public SetClipRect ( Rectangle rect, CombineMode combineMode = CombineMode.Replace ) : void | ||
rect | Rectangle | |
combineMode | CombineMode | Member of the |
return | void |
public dbug_DrawCrossRect ( Color color, Rectangle rect ) : void | ||
color | Color | |
rect | Rectangle | |
return | void |