Enum StrokeLineJoin
Enum StrokeLineJoin
名称: Aspose.Html.Rendering 编辑: Aspose.HTML.dll (25.4.0)
指定在 SVG 和 HTML 播放中使用的线合式风格。
[ComVisible(true)]
public enum StrokeLineJoin
Fields
Bevel = 2
线连接到一个被打破的角。
Miter = 0
线连接到一个尖锐的点,延伸超越终点。
Round = 1
线与一个圆角相结合。
名称: Aspose.Html.Rendering 编辑: Aspose.HTML.dll (25.4.0)
指定在 SVG 和 HTML 播放中使用的线合式风格。
[ComVisible(true)]
public enum StrokeLineJoin
Bevel = 2
线连接到一个被打破的角。
Miter = 0
线连接到一个尖锐的点,延伸超越终点。
Round = 1
线与一个圆角相结合。