Method | Description | |
---|---|---|
BindText ( ImmutableArray |
Bind properties or data record to XText.Text property.
|
|
Create ( |
Creates a new XText instance.
|
|
Create ( double x, double y, |
Creates a new XText instance.
|
|
Create ( double x1, double y1, double x2, double y2, |
Creates a new XText instance.
|
|
Draw ( object dc, |
||
GetPoints ( ) : IEnumerable |
||
Move ( double dx, double dy ) : void |
Method | Description | |
---|---|---|
TryToBind ( ImmutableArray |
Try binding properties array to one of XText shape properties.
|
|
TryToBind ( |
Try binding data record to XText.Text shape property containing column name.
|
public BindText ( ImmutableArray |
||
db | ImmutableArray |
The properties database used for binding. |
r | The external data record used for binding. | |
return | string |
public static Create ( |
||
topLeft | The |
|
bottomRight | The |
|
style | The shape style. | |
point | The point template. | |
text | string | The text string. |
isStroked | bool | The flag indicating whether shape is stroked. |
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. | |
text | string | The text string. |
isStroked | bool | The flag indicating whether shape is stroked. |
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. | |
text | string | The text string. |
isStroked | bool | The flag indicating whether shape is stroked. |
name | string | The shape name. |
return |
public Draw ( object dc, |
||
dc | object | |
renderer | ||
dx | double | |
dy | double | |
db | ImmutableArray |
|
r | ||
return | void |