Search Results for

    Show / Hide Table of Contents

    Interface ISvgRenderer

    Inherited Members
    IDisposable.Dispose()
    Namespace: Svg
    Assembly: Svg.dll
    Syntax
    public interface ISvgRenderer : IDisposable

    Properties

    | Improve this Doc View Source

    DpiY

    Declaration
    float DpiY { get; }
    Property Value
    Type Description
    Single
    | Improve this Doc View Source

    SmoothingMode

    Declaration
    SmoothingMode SmoothingMode { get; set; }
    Property Value
    Type Description
    SmoothingMode
    | Improve this Doc View Source

    Transform

    Declaration
    Matrix Transform { get; set; }
    Property Value
    Type Description
    Matrix

    Methods

    | Improve this Doc View Source

    DrawImage(Image, RectangleF, RectangleF, GraphicsUnit)

    Declaration
    void DrawImage(Image image, RectangleF destRect, RectangleF srcRect, GraphicsUnit graphicsUnit)
    Parameters
    Type Name Description
    Image image
    RectangleF destRect
    RectangleF srcRect
    GraphicsUnit graphicsUnit
    | Improve this Doc View Source

    DrawImage(Image, RectangleF, RectangleF, GraphicsUnit, Single)

    Declaration
    void DrawImage(Image image, RectangleF destRect, RectangleF srcRect, GraphicsUnit graphicsUnit, float opacity)
    Parameters
    Type Name Description
    Image image
    RectangleF destRect
    RectangleF srcRect
    GraphicsUnit graphicsUnit
    Single opacity
    | Improve this Doc View Source

    DrawImageUnscaled(Image, Point)

    Declaration
    void DrawImageUnscaled(Image image, Point location)
    Parameters
    Type Name Description
    Image image
    Point location
    | Improve this Doc View Source

    DrawPath(Pen, GraphicsPath)

    Declaration
    void DrawPath(Pen pen, GraphicsPath path)
    Parameters
    Type Name Description
    Pen pen
    GraphicsPath path
    | Improve this Doc View Source

    FillPath(Brush, GraphicsPath)

    Declaration
    void FillPath(Brush brush, GraphicsPath path)
    Parameters
    Type Name Description
    Brush brush
    GraphicsPath path
    | Improve this Doc View Source

    GetBoundable()

    Declaration
    ISvgBoundable GetBoundable()
    Returns
    Type Description
    ISvgBoundable
    | Improve this Doc View Source

    GetClip()

    Declaration
    Region GetClip()
    Returns
    Type Description
    Region
    | Improve this Doc View Source

    PopBoundable()

    Declaration
    ISvgBoundable PopBoundable()
    Returns
    Type Description
    ISvgBoundable
    | Improve this Doc View Source

    RotateTransform(Single, MatrixOrder)

    Declaration
    void RotateTransform(float fAngle, MatrixOrder order = null)
    Parameters
    Type Name Description
    Single fAngle
    MatrixOrder order
    | Improve this Doc View Source

    ScaleTransform(Single, Single, MatrixOrder)

    Declaration
    void ScaleTransform(float sx, float sy, MatrixOrder order = null)
    Parameters
    Type Name Description
    Single sx
    Single sy
    MatrixOrder order
    | Improve this Doc View Source

    SetBoundable(ISvgBoundable)

    Declaration
    void SetBoundable(ISvgBoundable boundable)
    Parameters
    Type Name Description
    ISvgBoundable boundable
    | Improve this Doc View Source

    SetClip(Region, CombineMode)

    Declaration
    void SetClip(Region region, CombineMode combineMode = null)
    Parameters
    Type Name Description
    Region region
    CombineMode combineMode
    | Improve this Doc View Source

    TranslateTransform(Single, Single, MatrixOrder)

    Declaration
    void TranslateTransform(float dx, float dy, MatrixOrder order = null)
    Parameters
    Type Name Description
    Single dx
    Single dy
    MatrixOrder order
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX