VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging Namespace / TransformedDrawingSurface Class
Constructors Properties Methods SeeAlso
In This Topic
    TransformedDrawingSurface Class Members
    In This Topic
    The following tables list the members exposed by TransformedDrawingSurface.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the TransformedDrawingSurface class.
    Public Properties
     NameDescription
    Public PropertyGets the parent drawing surface. (Inherited from DrawingSurfaceWrapper)
    Public PropertyGets a pixel scale of the drawing surface. (Inherited from DrawingSurface)
    Public PropertyGets a resolution of the drawing surface. (Inherited from DrawingSurface)
    Public PropertyGets the surface transform.
    Public PropertyGets the transformation from the device independent pixels (DIP, 1/96 inch) to the drawing surface space. (Inherited from DrawingSurface)
    Public Methods
     NameDescription
    Public MethodAligns the buffer, specified by rectangle, on the grid surface.
    Public MethodCreates the drawing engine. (Inherited from DrawingSurfaceWrapper)
    Public MethodReleases all resources used by this DrawingSurface object. (Inherited from DrawingSurface)
    Public MethodDraws the drawing surface on specified DrawingEngine.
    Public MethodReturns an image, which is associated with this drawing surface. (Inherited from DrawingSurfaceWrapper)
    Public MethodReturns rectangle, in surface's space, of image on the surface. (Inherited from DrawingSurfaceWrapper)
    Public MethodReturns a parent surface of specified type. (Inherited from DrawingSurfaceWrapper)
    Public MethodReturns rectangle, in surface's space, of visible image part on the surface. (Inherited from DrawingSurfaceWrapper)
    See Also