Property | Type | Description | |
---|---|---|---|
_hgfx |
Method | Description | |
---|---|---|
BlendImage ( |
||
Dispose ( ) : void | ||
DrawText ( |
||
Ellipse ( float x, float y, float rx, float ry ) : void | ||
Line ( float x1, float y1, float x2, float y2 ) : void | ||
Polygon ( float>.IList |
||
Polyline ( float>.IList |
||
PopClip ( ) : void | ||
PushClipBox ( float x1, float y1, float x2, float y2, float opacity = 1 ) : void | ||
PushClipPath ( |
||
Rectangle ( float x1, float y1, float x2, float y2 ) : void | ||
Rotate ( float radians, float cx, float cy ) : void | ||
Scale ( float x, float y ) : void | ||
SciterGraphics ( |
||
Skew ( float dx, float dy ) : void | ||
StateRestore ( ) : void | ||
StateSave ( ) : void | ||
Translate ( float cx, float cy ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
SciterGraphics ( ) : System.Drawing | ||
ToRGBA ( Color clr ) : uint |
public BlendImage ( |
||
img | ||
x | float | |
y | float | |
return | void |
public DrawText ( |
||
text | ||
px | float | |
py | float | |
position | uint | |
return | void |
public Ellipse ( float x, float y, float rx, float ry ) : void | ||
x | float | |
y | float | |
rx | float | |
ry | float | |
return | void |
public Line ( float x1, float y1, float x2, float y2 ) : void | ||
x1 | float | |
y1 | float | |
x2 | float | |
y2 | float | |
return | void |
public Polygon ( float>.IList |
||
points_xy | float>.IList | |
return | void |
public Polyline ( float>.IList |
||
points_xy | float>.IList | |
return | void |
public PushClipBox ( float x1, float y1, float x2, float y2, float opacity = 1 ) : void | ||
x1 | float | |
y1 | float | |
x2 | float | |
y2 | float | |
opacity | float | |
return | void |
public PushClipPath ( |
||
path | ||
opacity | float | |
return | void |
public Rectangle ( float x1, float y1, float x2, float y2 ) : void | ||
x1 | float | |
y1 | float | |
x2 | float | |
y2 | float | |
return | void |
public Rotate ( float radians, float cx, float cy ) : void | ||
radians | float | |
cx | float | |
cy | float | |
return | void |
public SciterGraphics ( |
||
hgfx | ||
return | System.Drawing |
public Translate ( float cx, float cy ) : void | ||
cx | float | |
cy | float | |
return | void |