Table of Contents

Class ShapePath

Namespace
DocWright.Dom
Assembly
DocWright.Dom.dll

One subpath of a shape outline (a:path). Width/Height are the path's own coordinate space; zero means the commands are already in EMU.

public sealed class ShapePath
Inheritance
ShapePath
Inherited Members

Constructors

ShapePath()

Properties

Commands

Gets the drawing commands in order.

Fill

Gets or sets how this subpath is filled (a:path fill).

Height

Gets or sets the path child-space height (a:path h), or 0 for identity.

Stroke

Gets or sets whether this subpath is outlined (a:path stroke); true by default.

Width

Gets or sets the path child-space width (a:path w), or 0 for identity.

Methods

Clone()

Creates a copy.