Méthode | Description | |
---|---|---|
ClearCache ( bool isZooming ) : void |
Clears renderer cache.
|
|
Draw ( object dc, |
Draws a XArc shape using drawing context.
|
|
Draw ( object dc, |
Draws a XContainer using drawing context.
|
|
Draw ( object dc, |
Draws a XCubicBezier shape using drawing context.
|
|
Draw ( object dc, |
Draws a XEllipse shape using drawing context.
|
|
Draw ( object dc, |
Draws a XImage shape using drawing context.
|
|
Draw ( object dc, |
Draws a XLayer using drawing context.
|
|
Draw ( object dc, |
Draws a XLine shape using drawing context.
|
|
Draw ( object dc, |
Draws a XPath shape using drawing context.
|
|
Draw ( object dc, |
Draws a XQuadraticBezier shape using drawing context.
|
|
Draw ( object dc, |
Draws a XRectangle shape using drawing context.
|
|
Draw ( object dc, |
Draws a XText shape using drawing context.
|
|
Fill ( object dc, double x, double y, double width, double height, |
Fills rectangle with specified color using drawing context.
|
public ClearCache ( bool isZooming ) : void | ||
isZooming | bool | The flag indicating zooming state. |
Résultat | void |
public abstract Draw ( object dc, |
||
dc | object | The native drawing context. |
arc | The |
|
dx | double | The X coordinate offset. |
dy | double | The Y coordinate offset. |
db | ImmutableArray |
The properties database. |
r | The data record. | |
Résultat | void |
public Draw ( object dc, |
||
dc | object | The native drawing context. |
container | The |
|
dx | double | The X coordinate offset. |
dy | double | The Y coordinate offset. |
db | ImmutableArray |
The properties database. |
r | The data record. | |
Résultat | void |
public abstract Draw ( object dc, |
||
dc | object | The native drawing context. |
cubicBezier | The |
|
dx | double | The X coordinate offset. |
dy | double | The Y coordinate offset. |
db | ImmutableArray |
The properties database. |
r | The data record. | |
Résultat | void |
public abstract Draw ( object dc, |
||
dc | object | The native drawing context. |
ellipse | The |
|
dx | double | The X coordinate offset. |
dy | double | The Y coordinate offset. |
db | ImmutableArray |
The properties database. |
r | The data record. | |
Résultat | void |
public abstract Draw ( object dc, |
||
dc | object | The native drawing context. |
image | The |
|
dx | double | The X coordinate offset. |
dy | double | The Y coordinate offset. |
db | ImmutableArray |
The properties database. |
r | The data record. | |
Résultat | void |
public Draw ( object dc, |
||
dc | object | The native drawing context. |
layer | The |
|
dx | double | The X coordinate offset. |
dy | double | The Y coordinate offset. |
db | ImmutableArray |
The properties database. |
r | The data record. | |
Résultat | void |
public abstract Draw ( object dc, |
||
dc | object | The native drawing context. |
line | The |
|
dx | double | The X coordinate offset. |
dy | double | The Y coordinate offset. |
db | ImmutableArray |
The properties database. |
r | The data record. | |
Résultat | void |
public abstract Draw ( object dc, |
||
dc | object | The native drawing context. |
path | The |
|
dx | double | The X coordinate offset. |
dy | double | The Y coordinate offset. |
db | ImmutableArray |
The properties database. |
r | The data record. | |
Résultat | void |
public abstract Draw ( object dc, |
||
dc | object | The native drawing context. |
quadraticBezier | The |
|
dx | double | The X coordinate offset. |
dy | double | The Y coordinate offset. |
db | ImmutableArray |
The properties database. |
r | The data record. | |
Résultat | void |
public abstract Draw ( object dc, |
||
dc | object | The native drawing context. |
rectangle | The |
|
dx | double | The X coordinate offset. |
dy | double | The Y coordinate offset. |
db | ImmutableArray |
The properties database. |
r | The data record. | |
Résultat | void |
public abstract Draw ( object dc, |
||
dc | object | The native drawing context. |
text | The |
|
dx | double | The X coordinate offset. |
dy | double | The Y coordinate offset. |
db | ImmutableArray |
The properties database. |
r | The data record. | |
Résultat | void |
public abstract Fill ( object dc, double x, double y, double width, double height, |
||
dc | object | The native drawing context. |
x | double | The X coordinate of rectangle origin point. |
y | double | The Y coordinate of rectangle origin point. |
width | double | The width of rectangle. |
height | double | The height of rectangle. |
color | The fill color. | |
Résultat | void |