VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Drawing.SkiaSharp Namespace / SkiaSharpDrawingEngine Class
Constructors Properties Methods SeeAlso
In This Topic
    SkiaSharpDrawingEngine Class Members
    In This Topic
    The following tables list the members exposed by SkiaSharpDrawingEngine.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the SkiaSharpDrawingEngine class.
    Public Properties
     NameDescription
    Public PropertyGets the canvas image. (Inherited from RasterDrawingEngine)
    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 rendering is resumed. (Inherited from RasterDrawingEngine)
    Public PropertyGets a value indicating whether this drawing engine draws on vector drawing surface. (Inherited from RasterDrawingEngine)
    Public PropertyGets or sets the minimum width of pen, measured in device pixels. (Inherited from DrawingEngine)
    Public PropertyGets the rendering mode. (Inherited from DrawingEngine)
    Public PropertyGets the resolution of this drawing engine. (Inherited from RasterDrawingEngine)
    Public PropertyGets or sets the smoothing mode, which is associated with this drawing engine.
    Public PropertyGets the surface bounds, in surface space. (Inherited from RasterDrawingEngine)
    Public PropertyGets or sets the text rendering hint. (Inherited from RasterDrawingEngine)
    Public PropertyGets or sets the text rendering method. (Inherited from DrawingEngine)
    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. (Inherited from RasterDrawingEngine)
    Protected Properties
     NameDescription
    Protected PropertyGets the canvas pixel manipulator. (Inherited from RasterDrawingEngine)
    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 rectangle. (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. (Inherited from DrawingEngine)
    Public MethodOverloaded. Draws an ellipse. (Inherited from DrawingEngine)
    Public MethodOverloaded. Draws the specified portion of the specified in the specified parallelogram. (Inherited from DrawingEngine)
    Public MethodOverloaded. Draws a line connecting two structures with specified line caps. (Inherited from DrawingEngine)
    Public MethodOverloaded. Draws the series of line segments that connect an array of structures. (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 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 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 rendering settings. (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 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 MethodPreprocesses the image before drawing. (Inherited from DrawingEngine)
    See Also