ISvgPaintServer Interface

ISvgPaintServer interface

Represents a paint server used in SVG rendering.

public interface ISvgPaintServer

Properties

NameDescription
PaintServerType { get; }Gets the type of the paint server SvgPaintServerType.

Methods

NameDescription
ResolveBrush(ISVGDeviceContext, ISVGPropertyResolvingContext, float, CancellationToken)Resolves the brush for the paint server.

See Also