프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ClearPreviousStoredValues | void | ||
IDisposable | void | ||
MyGLCanvas | System | ||
ReleaseUnManagedResource | void |
메소드 | 설명 | |
---|---|---|
ClearSurface ( PixelFarm c ) : void | ||
CloseCanvas ( ) : void | ||
DrawImage ( System.Image image, RectangleF destRect ) : void |
Draws the specified T:System.Drawing.Image at the specified location and with the specified size.
|
|
DrawImage ( System.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 ( System.Image image, RectangleF destAndSrcPairs ) : void | ||
DrawLine ( float x1, float y1, float x2, float y2 ) : void | ||
DrawPath ( GraphicsPath gfxPath ) : void | ||
DrawRectangle ( System.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 ( System.Color color, GraphicsPath gfxPath ) : void | ||
FillPolygon ( Brush brush, PointF points ) : void | ||
FillPolygon ( System.Color color, PointF points ) : void | ||
FillRectangle ( Brush brush, float left, float top, float width, float height ) : void | ||
FillRectangle ( System.Color color, float left, float top, float width, float height ) : void | ||
Invalidate ( Rectangle rect ) : void | ||
PopClipAreaRect ( ) : void | ||
PushClipAreaRect ( int width, int height, Rectangle &updateArea ) : bool | ||
RenderTo ( |
||
ResetInvalidateArea ( ) : void | ||
SetCanvasOrigin ( int x, int y ) : void | ||
SetClipRect ( Rectangle rect, CombineMode combineMode = CombineMode.Replace ) : void | ||
ToString ( ) : string | ||
dbug_DrawCrossRect ( System.Color color, Rectangle rect ) : void | ||
dbug_DrawRuler ( int x ) : void |
메소드 | 설명 | |
---|---|---|
ClearPreviousStoredValues ( ) : void | ||
IDisposable ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
MyGLCanvas ( CanvasGL2d canvasGL2d, int left, int top, int width, int height ) : System | ||
ReleaseUnManagedResource ( ) : void |
public DrawImage ( System.Image image, RectangleF destRect ) : void | ||
image | System.Image | |
destRect | RectangleF | |
리턴 | void |
public DrawImage ( System.Image image, RectangleF destRect, RectangleF srcRect ) : void | ||
image | System.Image | |
destRect | RectangleF | |
srcRect | RectangleF | |
리턴 | void |
public DrawImages ( System.Image image, RectangleF destAndSrcPairs ) : void | ||
image | System.Image | |
destAndSrcPairs | RectangleF | |
리턴 | void |
public DrawLine ( float x1, float y1, float x2, float y2 ) : void | ||
x1 | float | |
y1 | float | |
x2 | float | |
y2 | float | |
리턴 | void |
public DrawRectangle ( System.Color color, float left, float top, float width, float height ) : void | ||
color | System.Color | |
left | float | |
top | float | |
width | float | |
height | float | |
리턴 | void |
public DrawText ( char buffer, Rectangle logicalTextBox, int textAlignment ) : void | ||
buffer | char | |
logicalTextBox | Rectangle | |
textAlignment | int | |
리턴 | void |
public DrawText ( char buffer, int x, int y ) : void | ||
buffer | char | |
x | int | |
y | int | |
리턴 | void |
public DrawText ( char str, int startAt, int len, Rectangle logicalTextBox, int textAlignment ) : void | ||
str | char | |
startAt | int | |
len | int | |
logicalTextBox | Rectangle | |
textAlignment | int | |
리턴 | void |
public FillPath ( Brush brush, GraphicsPath path ) : void | ||
brush | Brush | |
path | GraphicsPath | |
리턴 | void |
public FillPath ( System.Color color, GraphicsPath gfxPath ) : void | ||
color | System.Color | |
gfxPath | GraphicsPath | |
리턴 | void |
public FillPolygon ( Brush brush, PointF points ) : void | ||
brush | Brush | |
points | PointF | |
리턴 | void |
public FillPolygon ( System.Color color, PointF points ) : void | ||
color | System.Color | |
points | PointF | |
리턴 | void |
public FillRectangle ( Brush brush, float left, float top, float width, float height ) : void | ||
brush | Brush | |
left | float | |
top | float | |
width | float | |
height | float | |
리턴 | void |
public FillRectangle ( System.Color color, float left, float top, float width, float height ) : void | ||
color | System.Color | |
left | float | |
top | float | |
width | float | |
height | float | |
리턴 | void |
public PushClipAreaRect ( int width, int height, Rectangle &updateArea ) : bool | ||
width | int | |
height | int | |
updateArea | Rectangle | |
리턴 | bool |
public RenderTo ( |
||
destHdc | ||
sourceX | int | |
sourceY | int | |
destArea | Rectangle | |
리턴 | void |
public SetClipRect ( Rectangle rect, CombineMode combineMode = CombineMode.Replace ) : void | ||
rect | Rectangle | |
combineMode | CombineMode | |
리턴 | void |
public dbug_DrawCrossRect ( System.Color color, Rectangle rect ) : void | ||
color | System.Color | |
rect | Rectangle | |
리턴 | void |