Method | Description | |
---|---|---|
Create ( |
Creates a new XImage instance.
|
|
Create ( double x, double y, |
Creates a new XImage instance.
|
|
Create ( double x1, double y1, double x2, double y2, |
Creates a new XImage instance.
|
|
Draw ( object dc, |
public static Create ( |
||
topLeft | The |
|
bottomRight | The |
|
style | The shape style. | |
point | The point template. | |
key | string | The image key. |
isStroked | bool | The flag indicating whether shape is stroked. |
isFilled | bool | The flag indicating whether shape is filled. |
text | string | The text string. |
name | string | The shape name. |
return |
public static Create ( double x, double y, |
||
x | double | The X coordinate of |
y | double | The Y coordinate of |
style | The shape style. | |
point | The point template. | |
key | string | The image key. |
isStroked | bool | The flag indicating whether shape is stroked. |
isFilled | bool | The flag indicating whether shape is filled. |
text | string | The text string. |
name | string | The shape name. |
return |
public static Create ( double x1, double y1, double x2, double y2, |
||
x1 | double | The X coordinate of |
y1 | double | The Y coordinate of |
x2 | double | The X coordinate of |
y2 | double | The Y coordinate of |
style | The shape style. | |
point | The point template. | |
key | string | The image key. |
isStroked | bool | The flag indicating whether shape is stroked. |
isFilled | bool | The flag indicating whether shape is filled. |
text | string | The text string. |
name | string | The shape name. |
return |
public Draw ( object dc, |
||
dc | object | |
renderer | ||
dx | double | |
dy | double | |
db | ImmutableArray |
|
r | ||
return | void |