BMFLineJoinType enum

line拐角处理方式(不支持虚线)

Constants

LineJoinBerzier → const BMFLineJoinType

贝塞尔平滑衔接(仅支持多纹理和多颜色的polyline绘制) 此衔接不可以与kBMKLineCapRound配合使用

const BMFLineJoinType(3)
LineJoinBevel → const BMFLineJoinType

平角衔接

const BMFLineJoinType(0)
LineJoinMiter → const BMFLineJoinType

尖角衔接(尖角过长(大于线宽)按平角处理)

const BMFLineJoinType(1)
LineJoinRound → const BMFLineJoinType

圆⻆角衔接

const BMFLineJoinType(2)
values → const List<BMFLineJoinType>

A constant List of the values in this enum, in order of their declaration.

const List<BMFLineJoinType>

Properties

hashCode → int
The hash code for this object. [...]
read-only, inherited
index → int

The integer index of this enum.

final
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() → String
Returns a string representation of this object.
override

Operators

operator ==(Object other) → bool
The equality operator. [...]
inherited