VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / DrawingEngine Class
Constructors Properties Methods SeeAlso
In This Topic
    DrawingEngine Class Members
    In This Topic
    The following tables list the members exposed by DrawingEngine.
    Protected Constructors
     NameDescription
    Protected ConstructorInitializes a new instance of the DrawingEngine class.
    Public Properties
     NameDescription
    Public PropertyGets or sets the character spacing, in world space.
    Public PropertyGets or sets a copy of region that limits the drawing region of this drawing engine.
    Public PropertyGets the bounding rectangle of the clipping region of this drawing engine.
    Public PropertyGets or sets the compositing mode.
    Public PropertyGets the drawing factory of this drawing engine.
    Public PropertyGets or sets a value indicating whether the SDK must use special algorithm for drawing sharp image borders.
    Public PropertyGets or sets the interpolation mode, which is associated with this drawing engine.
    Public PropertyGets a value indicating whether this drawing engine draws on vector drawing surface.
    Public PropertyGets or sets the minimum width of pen, measured in device pixels.
    Public PropertyGets the resolution of this drawing engine.
    Public PropertyGets or sets the smoothing mode associated with this drawing engine.
    Public PropertyGets the surface bounds, in surface space.
    Public PropertyGets or sets the text rendering method.
    Public PropertyGets or sets a copy of the geometric world transformation for this drawing engine.
    Public PropertyGets the bounding rectangle of the visible clipping region of this drawing engine.
    Public Methods
     NameDescription
    Public MethodBlends the path using the color blending properties for the graphics path.
    Public MethodClears drawing surface using specified color.
    Public MethodCloses this this drawing engine.
    Public MethodOverloaded. Combines current clip with the specified rectangle.
    Public MethodOverloaded. Creates a holder of property.
    Public MethodCreates a holder of Clip property.
    Public MethodOverloaded. Creates a holder of property.
    Public MethodOverloaded. Creates a holder of property.
    Public MethodCreates a holder of graphics state.
    Public MethodOverloaded. Creates a holder of property.
    Public Methodstatic (Shared in Visual Basic)Creates the drawing engine on specified image.
    Public MethodOverloaded. Creates a holder of property.
    Public MethodOverloaded. Creates a holder of property.
    Public MethodCreates a holder of Transform property.
    Public MethodReleases all resources used by this object.
    Public MethodOverloaded. Draws an arc shape defined by an ellipse specified by a structure and two radial lines with specified line caps.
    Public MethodOverloaded. Draws an ellipse.
    Public MethodOverloaded. Draws the specified portion of the specified in the specified parallelogram.
    Public MethodOverloaded. Draws a line connecting two structures.
    Public MethodOverloaded. Draws the series of line segments that connect an array of structures.
    Public MethodOverloaded. Draws a path with specified line caps.
    Public MethodDraws a pie shape defined by an ellipse specified by a System.Drawing.RectangleF structure and two radial lines.
    Public MethodDraws a polygon.
    Public MethodOverloaded. Draws a rectangle.
    Public MethodOverloaded. Draws the specified Unicode string along the specified path using the specified and objects.
    Public MethodOverloaded. Draws the specified text at the specified using the specified and objects.
    Public MethodEnters the source information.
    Public MethodFills the interior of an arc section defined by an ellipse specified by a System.Drawing.RectangleF structure and two radial lines.
    Public MethodOverloaded. Fills the interior of ellipse.
    Public MethodOverloaded. Fills the interior of a path.
    Public MethodFills the interior of a pie section defined by an ellipse specified by a System.Drawing.RectangleF structure and two radial lines.
    Public MethodOverloaded. Fills the interior of a polygon.
    Public MethodOverloaded. Fills the interior of a rectanlge.
    Public MethodForces execution of all pending operations with the waiting to return before the operations finish.
    Public MethodReturns an array of System.Drawing.RectangleF structures that approximate clip region after the specified matrix transformation is applied.
    Public MethodReturns the size of the device pixel, in world space.
    Public MethodReturns a flag that indicates whether the specified rectangle is contained within the visible clip region of this drawing engine.
    Public MethodLeaves the source information.
    Public MethodOverloaded. Measures the specified string when drawn with this graphics.
    Public MethodOverloaded. Measures the specified text when drawn with this drawing engine.
    Public MethodMultiplies the world transformation of this drawing engine and specified the AffineMatrix.
    Public MethodMultiplies specified the AffineMatrix and the world transformation of this drawing engine.
    Public MethodOverloaded. Renders the specified in the specified rectangle.
    Public MethodResets the clip region of this drawing engine to an infinite region.
    Public MethodResets the world transformation matrix of this drawing engine to the identity matrix.
    Public MethodRestores current clip region from the clip stack.
    Public MethodRestores current transform from the transform stack.
    Public MethodResumes the rendering.
    Public MethodSaves current clip region to the clip stack.
    Public MethodSaves current transform to the transform stack.
    Public MethodOverloaded. Sets the drawing properties of this drawing engine from the specified rendering settings.
    Public MethodSuspends the rendering.
    Protected Methods
     NameDescription
    Protected MethodDraws the specified portion of the specified VintasoftImage at the specified rectangle.
    Protected MethodDraws a path.
    Protected MethodFills the interior of a path.
    Protected MethodReturns the pen for drawing.
    Protected MethodPreprocesses the image before drawing.
    See Also