public final class LineCap
extends com.aspose.ms.System.Enum
The line cap style shall specify the shape that shall be used at the ends of open subpaths (and dashes, if any) when they are stroked.
Modifier and Type | Field and Description |
---|---|
static int |
ButtCap
Butt cap.
|
static int |
RoundCap
Round cap.
|
static int |
SquareCap
Projecting square cap.
|
public static final int ButtCap
Butt cap. The stroke shall be squared off at the endpoint of the path. There shall be no projection beyond the end of the path.
public static final int RoundCap
Round cap. A semicircular arc with a diameter equal to the line width shall be drawn around the endpoint and shall be filled in.
public static final int SquareCap
Projecting square cap. The stroke shall continue beyond the endpoint of the path for a distance equal to half the line width and shall besquared off.
Copyright © 2023 Aspose. All Rights Reserved.