EmfPlusCustomLineCapArrowData Class

Summary: The EmfPlusCustomLineCapArrowData object specifies adjustable arrow data for a custom line cap.

Module: aspose.imaging.fileformats.emf.emfplus.objects

Full Name: aspose.imaging.fileformats.emf.emfplus.objects.EmfPlusCustomLineCapArrowData

Inheritance: EmfPlusCustomBaseLineCap

Aspose.Imaging Version: 24.5.0

Constructors

NameDescription
EmfPlusCustomLineCapArrowData()Initializes a new instance of the EmfPlusCustomLineCapArrowData class

Properties

NameTypeAccessDescription
fill_hot_spotPointFr/wGets or sets EmfPlusPointF object that is not currently used. It MUST be set to {0.0, 0.0}.
fill_stateboolr/wGets or sets a 32-bit Boolean value that specifies whether the arrow cap is filled. If the arrow cap is
not filled, only the outline is drawn
heightfloatr/wGets or sets a 32-bit floating-point value that specifies
the height of the arrow cap.
line_end_capEmfPlusLineCapTyper/wGets or sets a 32-bit unsigned integer that specifies the value in the LineCap enumeration that indicates the line cap to
be used at the end of the line to be drawn
line_hot_spotPointFr/wGets or sets an EmfPlusPointF object that is not currently used. It MUST be set to {0.0, 0.0}.
line_joinEmfPlusLineJoinTyper/wGets or sets a 32-bit unsigned integer that specifies the value in the LineJoin
enumeration that specifies how to join two lines that are drawn by
the same pen and whose ends meet. At the intersection of the two line ends,
a line join makes the connection look more continuous.
line_miter_limitfloatr/wGets or sets a 32-bit floating-point value that specifies the limit of the
thickness of the join on a mitered corner by setting
the maximum allowed ratio of miter length to line width
line_start_capEmfPlusLineCapTyper/wGets or sets a 32-bit unsigned integer that specifies the value in the LineCap enumeration that indicates the line cap to
be used at the start of the line to be drawn
middle_insetfloatr/wGets or sets a 32-bit floating-point value that specifies the number of pixels between the outline of the arrow
cap and the fill of the arrow cap.
widthfloatr/wGets or sets a 32-bit floating-point value that specifies
the width of the arrow cap
width_scalefloatr/wGets or sets a 32-bit floating-point value that specifies the amount by
which to scale an EmfPlusCustomLineCap object with respect to the width
of the graphics pen that is used to draw the lines

Constructor: EmfPlusCustomLineCapArrowData()

 EmfPlusCustomLineCapArrowData() 

Initializes a new instance of the EmfPlusCustomLineCapArrowData class