EmfPlusLinePath

EmfPlusLinePath class

The EmfPlusLinePath object specifies a graphics path for outlining a custom line cap.

public sealed class EmfPlusLinePath : EmfPlusStructureObjectType

Constructors

NameDescription
EmfPlusLinePath()The default constructor.

Properties

NameDescription
LinePath { get; set; }Gets or sets an EmfPlusPath object that defines the outline.

See Also