VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / ImageViewerDrawingSurface Class
Constructors Properties Methods SeeAlso
In This Topic
    ImageViewerDrawingSurface Class Members
    In This Topic
    The following tables list the members exposed by ImageViewerDrawingSurface.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether the drawing surface shows visual tools on image viewer.
    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 PropertyGets the image viewer of the drawing surface.
    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.
    Public MethodReleases all resources used by this DrawingSurface object. (Inherited from DrawingSurface)
    Public MethodDraws the drawing surface on specified System.Drawing.Graphics.
    Public MethodReturns an image that is associated with this drawing surface.
    Public MethodReturns rectangle, in surface's space, of image on the surface.
    Public MethodReturns rectangle, in surface's space, of visible image part on the surface.
    See Also