Class EmfPlusCustomLineCap

Class EmfPlusCustomLineCap

Namespace: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects
Assembly: Aspose.Imaging.dll (25.2.0)

The EmfPlusCustomLineCap object specifies the shape to use at the ends of a line drawn by a graphics pen.

public sealed class EmfPlusCustomLineCap : EmfPlusGraphicsObjectType

Inheritance

objectMetaObjectEmfPlusObjectEmfPlusGraphicsObjectTypeEmfPlusCustomLineCap

Inherited Members

EmfPlusGraphicsObjectType.Version, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

EmfPlusCustomLineCap()

public EmfPlusCustomLineCap()

Properties

CustomLineCapData

Gets or sets Variable-length data that defines the custom line cap data object specified in the Type field. The content and format of the data can be different for every custom line cap type.

public EmfPlusCustomBaseLineCap CustomLineCapData { get; set; }

Property Value

EmfPlusCustomBaseLineCap

Type

Gets or sets a 32-bit signed integer that specifies the type of custom line cap object, which determines the contents of the CustomLineCapData field.

public EmfPlusCustomLineCapDataType Type { get; set; }

Property Value

EmfPlusCustomLineCapDataType