Class EmfPlusCustomLineCap
Contents
[
Hide
]EmfPlusCustomLineCap class
The EmfPlusCustomLineCap object specifies the shape to use at the ends of a line drawn by a graphics pen.
public sealed class EmfPlusCustomLineCap : EmfPlusGraphicsObjectType
Constructors
Name | Description |
---|---|
EmfPlusCustomLineCap() | The default constructor. |
Properties
Name | Description |
---|---|
CustomLineCapData { get; set; } | 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 { get; set; } | 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 { get; set; } | Gets or sets the version. |
See Also
- class EmfPlusGraphicsObjectType
- namespace Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects
- assembly Aspose.Imaging