Class EmfPlusLinePath
The EmfPlusLinePath object specifies a graphics path for outlining a custom line cap.
public sealed class EmfPlusLinePath : EmfPlusStructureObjectType
- Inheritance
-
EmfPlusLinePath
- Inherited Members
Constructors
EmfPlusLinePath()
public EmfPlusLinePath()
Properties
LinePath
Gets or sets an EmfPlusPath object that defines the outline.
public EmfPlusPath LinePath { get; set; }