Skip to main content
All docs
V26.1
  • WpfSvgRenderer Members

    A helper that allows you to render SVG images.

    Constructors

    Name Description
    WpfSvgRenderer(SvgImage, WpfSvgPalette, WpfSvgPalette, WpfSvgPalette, String, Boolean, Uri) Initializes a new instance of the WpfSvgRenderer class with specified settings.
    WpfSvgRenderer(SvgImage, WpfSvgPalette, String) Initializes a new instance of the WpfSvgRenderer class with the specified settings.
    WpfSvgRenderer(SvgImage, Func<WpfSvgPalette>, Func<WpfSvgPalette>, Func<WpfSvgPalette>, String, Boolean, Uri) Initializes a new instance of the WpfSvgRenderer class with specified settings.

    Fields

    Name Description
    EnableSvgMask static Identifies whether to support SVG mask elements during vector image rendering in WPF applications.

    Methods

    Name Description
    CreateDrawing(SvgImage, Size, WpfSvgPalette, WpfSvgPalette, String) static Creates a Drawing object.
    CreateDrawing(SvgImage, Size, WpfSvgPalette, String) static Creates a Drawing object.
    CreateImageSource(SvgImage, Double, WpfSvgPalette, WpfSvgPalette, String, Boolean, Boolean) static
    CreateImageSource(SvgImage, Double, WpfSvgPalette, String, Boolean, Boolean) static
    CreateImageSource(SvgImage, Nullable<Size>, WpfSvgPalette, String, Nullable<Boolean>, Boolean) static
    CreateImageSource(SvgImage, Size, WpfSvgPalette, WpfSvgPalette, String, Boolean, Boolean) static
    CreateImageSource(SvgImage, Size, WpfSvgPalette, String, Boolean, Boolean) static
    CreateImageSource(Stream, Double, WpfSvgPalette, WpfSvgPalette, String, Boolean, Boolean) static
    CreateImageSource(Stream, Double, WpfSvgPalette, String, Boolean, Boolean) static
    CreateImageSource(Stream, Size, WpfSvgPalette, WpfSvgPalette, String, Boolean) static Creates an ImageSource object.
    CreateImageSource(Stream, Size, WpfSvgPalette, String, Boolean, Boolean) static
    CreateImageSource(Uri, Uri, Nullable<Size>, WpfSvgPalette, WpfSvgPalette, String, Nullable<Boolean>, Boolean) static
    CreateImageSource(Uri, Uri, Nullable<Size>, WpfSvgPalette, String, Nullable<Boolean>, Boolean, Boolean) static
    DrawToDrawingContext(SvgImage, WpfSvgPalette, WpfSvgPalette, DrawingContext, String) static Draws the image into the DrawingContext object.
    DrawToDrawingContext(SvgImage, WpfSvgPalette, DrawingContext, String) static Draws the image into the DrawingContext object.
    Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
    Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
    GetHashCode() Serves as the default hash function. Inherited from Object.
    GetType() Gets the Type of the current instance. Inherited from Object.
    MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
    ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
    ToString() Returns a string that represents the current object. Inherited from Object.
    See Also