Class EmfPlusFillPath
The EmfPlusFillPath object specifies a graphics path for filling a custom line cap
public sealed class EmfPlusFillPath : EmfPlusStructureObjectType
- Inheritance
-
EmfPlusFillPath
- Inherited Members
Constructors
EmfPlusFillPath()
public EmfPlusFillPath()
Properties
FillPath
Gets or sets EmfPlusPath object (section 2.2.1.6) that specifies the area to fill.
public EmfPlusPath FillPath { get; set; }