Class MetafilePathCommand
A filled and/or stroked path in device units.
public sealed class MetafilePathCommand : MetafileCommand
- Inheritance
-
MetafilePathCommand
- Inherited Members
Constructors
- MetafilePathCommand(IReadOnlyList<MetafilePathSegment>, ColorRgb?, ColorRgb?, int, MetafileFillRule)
Initializes a path command.
Properties
- FillColor
Gets the interior colour, or null when the path is not filled.
- FillRule
Gets the interior rule.
- Segments
Gets the path segments in order.
- StrokeColor
Gets the outline colour, or null when the path is not stroked.
- StrokeWidth
Gets the outline width in device units; 0 means a hairline.