Method | Description | |
---|---|---|
BeginContainer ( ) : |
||
Clear ( Color color ) : void | ||
Dispose ( ) : void | ||
DrawImage ( |
||
DrawPath ( |
||
EndContainer ( |
||
FillPath ( |
||
FromHdc ( |
||
FromImage ( Image image, bool isStatic ) : |
||
ResetClip ( ) : void | ||
RotateTransform ( float angle ) : void | ||
ScaleTransform ( float sx, float sy ) : void | ||
SetClip ( |
||
SetClip ( |
||
SetClip ( |
||
TranslateClip ( float x, float y ) : void | ||
TranslateTransform ( float dx, float dy ) : void |
Method | Description | |
---|---|---|
GraphicsWrapper ( Image image, bool isStatic ) : System | ||
GraphicsWrapper ( |
public BeginContainer ( ) : |
||
return |
public DrawImage ( |
||
grNode | ||
image | Image | |
destRect | ||
srcX | float | |
srcY | float | |
srcWidth | float | |
srcHeight | float | |
graphicsUnit | GraphicsUnit | |
imageAttributes | ||
return | void |
public DrawPath ( |
||
grNode | ||
pen | ||
path | ||
return | void |
public EndContainer ( |
||
container | ||
return | void |
public FillPath ( |
||
grNode | ||
brush | ||
path | ||
return | void |
public static FromHdc ( |
||
hdc | ||
isStatic | bool | |
return |
public static FromImage ( Image image, bool isStatic ) : |
||
image | Image | |
isStatic | bool | |
return |
public RotateTransform ( float angle ) : void | ||
angle | float | |
return | void |
public ScaleTransform ( float sx, float sy ) : void | ||
sx | float | |
sy | float | |
return | void |
public SetClip ( |
||
path | ||
return | void |
public SetClip ( |
||
rect | ||
return | void |
public SetClip ( |
||
region | ||
combineMode | CombineMode | |
return | void |
public TranslateClip ( float x, float y ) : void | ||
x | float | |
y | float | |
return | void |
public TranslateTransform ( float dx, float dy ) : void | ||
dx | float | |
dy | float | |
return | void |