Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / GcSvgGraphics Class / ShapeRendering Property

In This Topic
    ShapeRendering Property (GcSvgGraphics)
    In This Topic
    Gets or sets a hint to the implementation about what tradeoffs to make as it renders vector graphics elements.

    Setting this property affects the subsequent calls of the Draw/Fill methods. It does not affect the previous calls.

    The default is SvgShapeRendering.Auto.
    Syntax
    'Declaration
     
    Public Property ShapeRendering As SvgShapeRendering
    public SvgShapeRendering ShapeRendering {get; set;}
    See Also