Table of Contents

Enum SvgUnitType

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

Defines the coordinate system used for SVG gradient or clipPath elements.
D2D1_SVG_UNIT_TYPE

public enum SvgUnitType

Fields

UserSpaceOnUse = 0

The property is set to SVG's 'userSpaceOnUse' value.

ObjectBoundingBox = 1

The property is set to SVG's 'objectBoundingBox' value.