Table of Contents

Interface ISvgPaint

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

Interface describing an SVG fill or stroke value.
ID2D1SvgPaint

public interface ISvgPaint : ISvgAttribute, IDirect2DResource, IObjectRef, IIsDisposed, IDisposable, IFactoryProperty, IInternalImpl, ICloneable
Inherited Members
Extension Methods

Properties

Color

Gets or sets the paint color that is used if the paint type is SvgPaintType.Color.

ID

Gets the element id which acts as the paint server. This id is used if the paint type is SvgPaintType.Uri.

PaintType

Gets or sets the paint type.

Methods

Clone()

Creates a clone of this attribute value. On creation, the cloned attribute is not set on any element.