VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Drawing.SkiaSharp Namespace / SkiaSharpDrawingEngine Class
In This Topic
SkiaSharpDrawingEngine Class Methods
In This Topic
For a list of all methods of this type, see SkiaSharpDrawingEngine.
Public Methods
 NameDescription
Public MethodBlends the path using the color blending properties for the graphics path.
Public MethodClears drawing surface using the specified color.
Public MethodCloses this drawing engine.
Public MethodOverloaded. Combines current clip with the specified path. (Inherited from DrawingEngine)
Public MethodOverloaded. Creates a holder of property. (Inherited from DrawingEngine)
Public MethodCreates a holder of Clip property. (Inherited from DrawingEngine)
Public MethodOverloaded. Creates a holder of property. (Inherited from DrawingEngine)
Public MethodOverloaded. Creates a holder of property. (Inherited from DrawingEngine)
Public MethodCreates a holder of graphics state. (Inherited from DrawingEngine)
Public MethodOverloaded. Creates a holder of property. (Inherited from DrawingEngine)
Public Methodstatic (Shared in Visual Basic)Creates the drawing engine on specified image. (Inherited from DrawingEngine)
Public MethodOverloaded. Creates a holder of property. (Inherited from DrawingEngine)
Public MethodOverloaded. Creates a holder of property. (Inherited from DrawingEngine)
Public MethodCreates a holder of Transform property. (Inherited from DrawingEngine)
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. (Inherited from DrawingEngine)
Public MethodOverloaded. Draws an ellipse. (Inherited from DrawingEngine)
Public MethodOverloaded. Draws the specified formatted text at the specified . (Inherited from DrawingEngine)
Public MethodOverloaded. Draws the specified in the specified rectangle. (Inherited from DrawingEngine)
Public MethodOverloaded. Draws a line connecting two structures. (Inherited from DrawingEngine)
Public MethodOverloaded. Draws the series of line segments, which connect an array of structures with specified line caps. (Inherited from DrawingEngine)
Public MethodOverloaded. Draws a path with specified line caps. (Inherited from DrawingEngine)
Public MethodDraws a pie shape defined by an ellipse specified by a System.Drawing.RectangleF structure and two radial lines. (Inherited from DrawingEngine)
Public MethodDraws a polygon. (Inherited from DrawingEngine)
Public MethodOverloaded. Draws a rectangle. (Inherited from DrawingEngine)
Public MethodOverloaded. Draws the specified Unicode string along the specified path using the specified and objects. (Inherited from DrawingEngine)
Public MethodOverloaded. Draws the specified text at the specified using the specified and objects. (Inherited from DrawingEngine)
Public MethodEnters the source information. (Inherited from DrawingEngine)
Public MethodFills the interior of an arc section defined by an ellipse specified by a System.Drawing.RectangleF structure and two radial lines. (Inherited from DrawingEngine)
Public MethodOverloaded. Fills the interior of ellipse. (Inherited from DrawingEngine)
Public MethodOverloaded. Fills the interior of a path. (Inherited from DrawingEngine)
Public MethodFills the interior of a pie section defined by an ellipse specified by a System.Drawing.RectangleF structure and two radial lines. (Inherited from DrawingEngine)
Public MethodOverloaded. Fills the interior of a polygon. (Inherited from DrawingEngine)
Public MethodOverloaded. Fills the interior of a rectanlge. (Inherited from DrawingEngine)
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, which approximate clip region after the specified matrix transformation is applied.
Public MethodReturns the size of the device pixel, in world space. (Inherited from DrawingEngine)
Public MethodReturns a flag that indicates whether the specified rectangle is contained within the visible clip region of this drawing engine. (Inherited from DrawingEngine)
Public MethodLeaves the source information. (Inherited from DrawingEngine)
Public MethodMeasures the specified text when text is drawn with this drawing engine. (Inherited from DrawingEngine)
Public MethodOverloaded. Measures the specified string when drawn with this graphics. (Inherited from DrawingEngine)
Public MethodOverloaded. Measures the specified text when drawn with this drawing engine. (Inherited from DrawingEngine)
Public MethodMultiplies the world transformation of this drawing engine and specified the AffineMatrix. (Inherited from DrawingEngine)
Public MethodMultiplies specified the AffineMatrix and the world transformation of this drawing engine. (Inherited from DrawingEngine)
Public MethodOverloaded. Renders the specified portion of the specified in the specified parallelogram. (Inherited from DrawingEngine)
Public MethodResets the clip region of this drawing engine to an infinite region. (Inherited from DrawingEngine)
Public MethodResets the world transformation matrix of this drawing engine to the identity matrix. (Inherited from DrawingEngine)
Public MethodRestores current clip region from the clip stack. (Inherited from DrawingEngine)
Public MethodRestores current transform from the transform stack. (Inherited from DrawingEngine)
Public MethodOverloaded. Resumes the rendering. (Inherited from RasterDrawingEngine)
Public MethodSaves current clip region to the clip stack. (Inherited from DrawingEngine)
Public MethodSaves current transform to the transform stack. (Inherited from DrawingEngine)
Public MethodOverloaded. Sets the drawing properties of this drawing engine from the specified drawing engine. (Inherited from DrawingEngine)
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. (Inherited from DrawingEngine)
Protected MethodDraws a path.
Protected MethodFills the interior of a path.
Protected MethodReturns a pixel format that must be used as a pixel format of CanvasPixelManipulator.
Protected MethodReturns the pen for drawing. (Inherited from DrawingEngine)
Protected MethodReturns the text rendering method. (Inherited from DrawingEngine)
Protected MethodPreprocesses the image before drawing. (Inherited from DrawingEngine)
See Also