Name | Description | |
---|---|---|
SkiaSharpDrawingEngine | Initializes a new instance of the SkiaSharpDrawingEngine class. |
Name | Description | |
---|---|---|
SkiaSharpDrawingEngine | Initializes a new instance of the SkiaSharpDrawingEngine class. |
Name | Description | |
---|---|---|
Canvas | Gets the canvas image. (Inherited from RasterDrawingEngine) | |
CharacterSpacing | Gets or sets the character spacing, in world space. | |
Clip | Gets or sets a copy of region that limits the drawing region of this drawing engine. | |
ClipBounds | Gets the bounding rectangle of the clipping region of this drawing engine. | |
CompositingMode | Gets or sets the compositing mode. | |
DrawingFactory | Gets the drawing factory of this drawing engine. | |
DrawSharpImageBorders | Gets or sets a value indicating whether the SDK must use special algorithm for drawing sharp image borders. | |
InterpolationMode | Gets or sets the interpolation mode, which is associated with this drawing engine. | |
IsRenderingResumed | Gets a value indicating whether rendering is resumed. (Inherited from RasterDrawingEngine) | |
IsVector | Gets a value indicating whether this drawing engine draws on vector drawing surface. (Inherited from RasterDrawingEngine) | |
MinPenWidth | Gets or sets the minimum width of pen, measured in device pixels. (Inherited from DrawingEngine) | |
RenderingMode | Gets the rendering mode. (Inherited from DrawingEngine) | |
Resolution | Gets the resolution of this drawing engine. (Inherited from RasterDrawingEngine) | |
SmoothingMode | Gets or sets the smoothing mode, which is associated with this drawing engine. | |
SurfaceBounds | Gets the surface bounds, in surface space. (Inherited from RasterDrawingEngine) | |
TextRenderingHint | Gets or sets the text rendering hint. (Inherited from RasterDrawingEngine) | |
TextRenderingMethod | Gets or sets the text rendering method. (Inherited from DrawingEngine) | |
Transform | Gets or sets a copy of the geometric world transformation for this drawing engine. | |
VisibleClipBounds | Gets the bounding rectangle of the visible clipping region of this drawing engine. (Inherited from RasterDrawingEngine) |
Name | Description | |
---|---|---|
CanvasPixelManipulator | Gets the canvas pixel manipulator. (Inherited from RasterDrawingEngine) |
Name | Description | |
---|---|---|
BlendPath | Blends the path using the color blending properties for the graphics path. | |
Clear | Clears drawing surface using the specified color. | |
Close | Closes this drawing engine. | |
CombineClip | Overloaded. Combines current clip with the specified rectangle. (Inherited from DrawingEngine) | |
CreateCharacterSpacingHolder | Overloaded. Creates a holder of | |
CreateClipHolder | Creates a holder of Clip property. (Inherited from DrawingEngine) | |
CreateCompositingModeHolder | Overloaded. Creates a holder of | |
CreateDrawSharpImageBordersHolder | Overloaded. Creates a holder of | |
CreateGraphicsStateHolder | Creates a holder of graphics state. (Inherited from DrawingEngine) | |
CreateInterpolationModeHolder | Overloaded. Creates a holder of | |
CreateRasterEngine | Creates the drawing engine on specified image. (Inherited from DrawingEngine) | |
CreateSmoothingModeHolder | Overloaded. Creates a holder of | |
CreateTextRenderingMethodPropertyHolder | Overloaded. Creates a holder of | |
CreateTransformHolder | Creates a holder of Transform property. (Inherited from DrawingEngine) | |
Dispose | Releases all resources used by this object. | |
DrawArc | Overloaded. Draws an arc shape defined by an ellipse specified by a | |
DrawEllipse | Overloaded. Draws an ellipse. (Inherited from DrawingEngine) | |
DrawImage | Overloaded. Draws the specified portion of the specified | |
DrawLine | Overloaded. Draws a line connecting two | |
DrawLines | Overloaded. Draws the series of line segments that connect an array of | |
DrawPath | Overloaded. Draws a path with specified line caps. (Inherited from DrawingEngine) | |
DrawPie | Draws a pie shape defined by an ellipse specified by a System.Drawing.RectangleF structure and two radial lines. (Inherited from DrawingEngine) | |
DrawPolygon | Draws a polygon. (Inherited from DrawingEngine) | |
DrawRectangle | Overloaded. Draws a rectangle. (Inherited from DrawingEngine) | |
DrawString | Overloaded. Draws the specified Unicode string along the specified path using the specified | |
DrawText | Overloaded. Draws the specified text at the specified | |
EnterSourceInfo | Enters the source information. (Inherited from DrawingEngine) | |
FillArc | Fills the interior of an arc section defined by an ellipse specified by a System.Drawing.RectangleF structure and two radial lines. (Inherited from DrawingEngine) | |
FillEllipse | Overloaded. Fills the interior of ellipse. (Inherited from DrawingEngine) | |
FillPath | Overloaded. Fills the interior of a path. (Inherited from DrawingEngine) | |
FillPie | Fills the interior of a pie section defined by an ellipse specified by a System.Drawing.RectangleF structure and two radial lines. (Inherited from DrawingEngine) | |
FillPolygon | Overloaded. Fills the interior of a polygon. (Inherited from DrawingEngine) | |
FillRectangle | Overloaded. Fills the interior of a rectanlge. (Inherited from DrawingEngine) | |
Flush | Forces execution of all pending operations with the waiting to return before the operations finish. | |
GetClipScans | Returns an array of System.Drawing.RectangleF structures, which approximate clip region after the specified matrix transformation is applied. | |
GetDevicePixelSize | Returns the size of the device pixel, in world space. (Inherited from DrawingEngine) | |
IsVisible | Returns a flag that indicates whether the specified rectangle is contained within the visible clip region of this drawing engine. (Inherited from DrawingEngine) | |
LeaveSourceInfo | Leaves the source information. (Inherited from DrawingEngine) | |
MeasureString | Overloaded. Measures the specified string when drawn with this graphics. (Inherited from DrawingEngine) | |
MeasureText | Overloaded. Measures the specified text when drawn with this drawing engine. (Inherited from DrawingEngine) | |
MultiplyTransform | Multiplies the world transformation of this drawing engine and specified the AffineMatrix. (Inherited from DrawingEngine) | |
MultiplyTransformPrepend | Multiplies specified the AffineMatrix and the world transformation of this drawing engine. (Inherited from DrawingEngine) | |
RenderImage | Overloaded. Renders the specified | |
ResetClip | Resets the clip region of this drawing engine to an infinite region. (Inherited from DrawingEngine) | |
ResetTransform | Resets the world transformation matrix of this drawing engine to the identity matrix. (Inherited from DrawingEngine) | |
RestoreClip | Restores current clip region from the clip stack. (Inherited from DrawingEngine) | |
RestoreTransform | Restores current transform from the transform stack. (Inherited from DrawingEngine) | |
ResumeRendering | Overloaded. Resumes the rendering. (Inherited from RasterDrawingEngine) | |
SaveClip | Saves current clip region to the clip stack. (Inherited from DrawingEngine) | |
SaveTransform | Saves current transform to the transform stack. (Inherited from DrawingEngine) | |
SetDrawingPropertiesFrom | Overloaded. Sets the drawing properties of this drawing engine from the specified rendering settings. (Inherited from DrawingEngine) | |
SuspendRendering | Suspends the rendering. |
Name | Description | |
---|---|---|
DrawImageCore | Draws the specified portion of the specified VintasoftImage at the specified rectangle. | |
DrawPathCore | Draws a path. | |
FillPathCore | Fills the interior of a path. | |
GetCanvasPixelManipulatorPixelFormat | Returns a pixel format that must be used as a pixel format of CanvasPixelManipulator. | |
GetPenForDraw | Returns the pen for drawing. (Inherited from DrawingEngine) | |
PreprocessDrawingImage | Preprocesses the image before drawing. (Inherited from DrawingEngine) |