EmfPlusCustomLineCap Class
Contents
[
Hide
]Summary: The EmfPlusCustomLineCap object specifies the shape to use at the ends of a line drawn by a graphics pen.
Module: aspose.imaging.fileformats.emf.emfplus.objects
Full Name: aspose.imaging.fileformats.emf.emfplus.objects.EmfPlusCustomLineCap
Inheritance: EmfPlusGraphicsObjectType
Constructors
Name | Description |
---|---|
EmfPlusCustomLineCap() | Initializes a new instance of the EmfPlusCustomLineCap class |
Properties
Name | Type | Access | Description |
---|---|---|---|
custom_line_cap_data | EmfPlusCustomBaseLineCap | r/w | 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. |
type | EmfPlusCustomLineCapDataType | r/w | 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. |
version | EmfPlusGraphicsVersion | r/w | Gets or sets the version. |
Constructor: EmfPlusCustomLineCap()
EmfPlusCustomLineCap()
Initializes a new instance of the EmfPlusCustomLineCap class