Interface ISvgAttribute
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
Interface describing an SVG attribute.
ID2D1SvgAttribute
public interface ISvgAttribute : IDirect2DResource, IObjectRef, IIsDisposed, IDisposable, IFactoryProperty, IInternalImpl, ICloneable
- Inherited Members
- Extension Methods
Methods
- Clone()
Creates a clone of this attribute value. On creation, the cloned attribute is not set on any element.
- GetElement()
Returns the element on which this attribute is set. Returns null if the attribute is not set on any element.