SvgImageHelper Methods
A helper that allows you to create SVG Images.Name | Description |
---|---|
CreateImage(Stream) static | Creates an SVG image. |
CreateImage(Uri) static | Creates an SVG image. |
CreateStream(Uri) static | Creates a stream that represents an SVG image. |
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. |
GetAutoSize(DependencyObject) static | Gets the value of the SvgImageHelper.AutoSize attached property. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetHeight(DependencyObject) static | Gets the value of the SvgImageHelper.Height attached property. |
GetOrCreate(Uri, Func<Uri, SvgImage>) static | For internal use. |
GetOrCreateSvgImage(Stream, ref Object) static | For internal use. |
GetOutputSize(DependencyObject) static | For internal use. |
GetState(DependencyObject) static | Gets the value of the SvgImageHelper.State attached property. |
GetSvgImage(DependencyObject) static | Gets the value of the SvgImageHelper.SvgImage attached property. |
GetTarget(DependencyObject) static | Gets the value of the SvgImageHelper.Target attached property. |
GetTreeWalker(DependencyObject) static | Gets the value of the SvgImageHelper.TreeWalker attached property. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
GetUsePalette(DependencyObject) static | For internal use. |
GetWidth(DependencyObject) static | Gets the value of the SvgImageHelper.Width attached property. |
GetWpfSvgPalette(DependencyObject) static | For internal use. |
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. |
SetAutoSize(DependencyObject, Boolean) static | Sets the value of the SvgImageHelper.AutoSize attached property. |
SetHeight(DependencyObject, Double) static | Sets the value of the SvgImageHelper.Height attached property. |
SetOutputSize(DependencyObject, Size) static | For internal use. |
SetState(DependencyObject, String) static | Sets the value of the SvgImageHelper.State attached property. |
SetSvgImage(DependencyObject, SvgImage) static | Sets the value of the SvgImageHelper.SvgImage attached property. |
SetTarget(DependencyObject, DependencyObject) static | Sets the value of the SvgImageHelper.Target attached property. |
SetTreeWalker(DependencyObject, ThemeTreeWalker) static | Sets the value of the SvgImageHelper.TreeWalker attached property. |
SetUsePalette(DependencyObject, Boolean) static | For internal use. |
SetWidth(DependencyObject, Double) static | Sets the value of the SvgImageHelper.Width attached property. |
SetWpfSvgPalette(DependencyObject, WpfSvgPalette) static | For internal use. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also