PTLineJoin
enum PTLineJoin
{
/// The two segments are extended until they meet
e_ptmiter_join = 0,
/// A circle with a diameter equal to the line width
e_ptround_join,
/// The two segments are finished with butt caps
e_ptbevel_join
}
Undocumented
-
The two segments are extended until they meet
Declaration
Objective-C
e_ptmiter_join = 0
-
A circle with a diameter equal to the line width
Declaration
Objective-C
e_ptround_join
-
The two segments are finished with butt caps
Declaration
Objective-C
e_ptbevel_join