[]
Represents the rederer for canvas items.
public class CanvasItemRenderer : ICanvasItemRenderer
| Name | Description |
|---|---|
| CanvasItemRenderer() |
| Name | Description |
|---|---|
| DeviceInfo | Gets or sets the device information. |
| Page | Gets or sets the Page. |
| Name | Description |
|---|---|
| State | Gets or sets the RenderState. |
| Name | Description |
|---|---|
| BeginPage(Page) | Begins the specified Page. |
| DeviceXToInches(float) | Converts value to inches using dpi X. |
| EndPage() | Ends the page. |
| InchesToDevice(PointF) | Converts the inch values to device values using dpi settings. |
| InchesToDevice(RectangleF) | Converts inch rectangle values to device values using dpi settings. |
| InchesToDevice(SizeF) | Converts the inch values to device values using dpi settings. |
| InchesToDeviceX(float) | Converting inches to device value using dpi X. |
| InchesToDeviceY(float) | Converting inches to device value using dpi Y. |
| Render(CanvasItem) | Renders the specified canvas item. |
| Reset() | Resets the render state. |