VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / DrawingEngine Class
In This Topic
DrawingEngine Class Methods
In This Topic
For a list of all methods of this type, see DrawingEngine.
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 path.
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 formatted text at the specified .
Public MethodOverloaded. Draws the specified in the specified parallelogram.
Public MethodOverloaded. Draws a line connecting two structures with specified line caps.
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 drawing string at the specified location 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 MethodMeasures the specified text when text is drawn with this drawing engine.
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 portion of the specified in the specified parallelogram.
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 the line cap.
Protected MethodDraws a path.
Protected MethodFills the interior of a path.
Protected MethodReturns the pen for drawing.
Protected MethodReturns the text rendering method.
Protected MethodPreprocesses the image before drawing.
See Also