VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Drawing.Svg Namespace / SvgDrawingEngine Class / SvgDrawingEngine Constructors / SvgDrawingEngine Constructor(Double,Double)
Syntax Remarks Requirements SeeAlso
In This Topic
    SvgDrawingEngine Constructor(Double,Double)
    In This Topic
    Initializes a new instance of the SvgDrawingEngine class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal width
    SVG image width in pixels.
    As Double, _
    ByVal height
    SVG image heigth in pixels.
    As Double _
    )
    public SvgDrawingEngine(
    double width,
    double height
    )
    public: SvgDrawingEngine(
    double width,
    double height
    )
    public:
    SvgDrawingEngine(
    double width,
    double height
    )

    Parameters

    width
    SVG image width in pixels.
    height
    SVG image heigth in pixels.
    Remarks

    This constructor constructs drawing engine with 96x96 dpi resolution.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also