VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging Namespace / ImageTileDrawingSurface Class
Constructors Properties Methods SeeAlso
In This Topic
    ImageTileDrawingSurface Class Members
    In This Topic
    The following tables list the members exposed by ImageTileDrawingSurface.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ImageTileDrawingSurface class.
    Public Properties
     NameDescription
    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 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. (Inherited from DrawingSurface)
    Public MethodCreates the drawing engine on specified image. (Inherited from DrawingSurface)
    Public MethodReleases all resources used by this ImageDrawingSurface object. (Inherited from ImageDrawingSurface)
    Public MethodDraws the drawing surface on the specified DrawingEngine.
    Public MethodReturns an image that is associated with this drawing surface. (Inherited from ImageDrawingSurface)
    Public MethodReturns image rectangle, in surface's space, on the surface.
    Public MethodReturns rectangle, in surface's space, of visible image part on the surface. (Inherited from DrawingSurface)
    See Also