EmfPlusLineCapType Enumeration

The LineCapType enumeration defines types of line caps to use at the ends of lines that are drawn with graphics pens.

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

Full Name: aspose.imaging.fileformats.emf.emfplus.consts.EmfPlusLineCapType

Aspose.Imaging Version: 24.6.0

Members

Member nameDescription
LINE_CAP_TYPE_ANCHOR_MASKMask used to check whether a line cap is an anchor cap.
LINE_CAP_TYPE_ARROW_ANCHORSpecifies that the line end is anchored with an arrowhead shape. The arrowhead point MUST be located at the last point in the line. The arrowhead SHOULD be wider than the line.
LINE_CAP_TYPE_CUSTOMSpecifies a custom line cap.
LINE_CAP_TYPE_DIAMOND_ANCHORSpecifies that the line end is anchored with a diamond-shaped line cap, which is a square turned at 45 degrees. The center of the diamond MUST be located at the last point in the line. The diamond SHOULD be wider than the line.
LINE_CAP_TYPE_FLATSpecifies a squared-off line cap. The end of the line MUST be the last point in the line.
LINE_CAP_TYPE_NO_ANCHORSpecifies that the line end is not anchored.
LINE_CAP_TYPE_ROUNDSpecifies a circular line cap. The center of the circle MUST be located at the last point in the line. The diameter of the circle is the line width.
LINE_CAP_TYPE_ROUND_ANCHORSpecifies that the line end is anchored with a circular line cap. The center of the circle MUST be located at the last point in the line. The circle SHOULD be wider than the line.
LINE_CAP_TYPE_SQUARESpecifies a square line cap. The center of the square MUST be located at the last point in the line. The width of the square is the line width.
LINE_CAP_TYPE_SQUARE_ANCHORSpecifies that the line end is anchored with a square line cap. The center of the square MUST be located at the last point in the line. The height and width of the square are the line width.
LINE_CAP_TYPE_TRIANGLESpecifies a triangular line cap. The base of the triangle MUST be located at the last point in the line. The base of the triangle is the line width.