public final class EmfPlusLineCapType
extends com.aspose.ms.System.Enum
The LineCapType enumeration defines types of line caps to use at the ends of lines that are drawn with graphics pens.
Graphics line caps are specified by Objects.EmfPlusPen
objects (section 2.2.1.7).
Modifier and Type | Field and Description |
---|---|
static int |
LineCapTypeAnchorMask
Mask used to check whether a line cap is an anchor cap.
|
static int |
LineCapTypeArrowAnchor
Specifies that the line end is anchored with an arrowhead shape.
|
static int |
LineCapTypeCustom
Specifies a custom line cap.
|
static int |
LineCapTypeDiamondAnchor
Specifies that the line end is anchored with a diamond-shaped line cap, which is a square turned at 45 degrees.
|
static int |
LineCapTypeFlat
Specifies a squared-off line cap.
|
static int |
LineCapTypeNoAnchor
Specifies that the line end is not anchored.
|
static int |
LineCapTypeRound
Specifies a circular line cap.
|
static int |
LineCapTypeRoundAnchor
Specifies that the line end is anchored with a circular line cap.
|
static int |
LineCapTypeSquare
Specifies a square line cap.
|
static int |
LineCapTypeSquareAnchor
Specifies that the line end is anchored with a square line cap.
|
static int |
LineCapTypeTriangle
Specifies a triangular line cap.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int LineCapTypeFlat
Specifies a squared-off line cap. The end of the line MUST be the last point in the line.
public static final int LineCapTypeSquare
Specifies 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.
public static final int LineCapTypeRound
Specifies 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.
public static final int LineCapTypeTriangle
Specifies 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.
public static final int LineCapTypeNoAnchor
Specifies that the line end is not anchored.
public static final int LineCapTypeSquareAnchor
Specifies 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.
public static final int LineCapTypeRoundAnchor
Specifies 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.
public static final int LineCapTypeDiamondAnchor
Specifies 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.
public static final int LineCapTypeArrowAnchor
Specifies 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.
public static final int LineCapTypeAnchorMask
Mask used to check whether a line cap is an anchor cap.
public static final int LineCapTypeCustom
Specifies a custom line cap.