WpfDrawingSurface Class Members
In This Topic
The following tables list the members exposed by
WpfDrawingSurface.
Protected Constructors
| Name | Description |
 | WpfDrawingSurface | Overloaded. Initializes a new instance of the class. |
Public Properties
| Name | Description |
 | Clip | Gets a clip region of the drawing surface. |
 | PixelScale | Gets a pixel scale of the drawing surface. |
 | Resolution | Gets a resolution of the drawing surface. |
 | Transform | Gets the transformation from the device independent pixels (DIP, 1/96 inch) to the drawing surface space. |
Public Methods
| Name | Description |
 | AlignBufferRectOnSurfaceGrid | Aligns the buffer, specified by rectangle, on the grid surface. |
 | Draw | Draws the drawing surface on specified VintasoftImage. |
 | GetImage | Returns an image, which is associated with this drawing surface. |
 | GetImageRect | Returns rectangle, in surface's space, of image on the surface. |
 | GetVisibleRect | Returns rectangle, in surface's space, of visible image part on the surface. |
See Also