PTLineCap
enum PTLineCap
{
/// The stroke is squared off at the endpoint of the path.
e_ptbutt_cap = 0,
/// A semicircular arc with a diameter equal to the line width.
e_ptround_cap,
/// squared off stroke continues beyond the endpoint of the path.
e_ptsquare_cap
}
Undocumented
-
The stroke is squared off at the endpoint of the path.
Declaration
Objective-C
e_ptbutt_cap = 0
-
A semicircular arc with a diameter equal to the line width.
Declaration
Objective-C
e_ptround_cap
-
squared off stroke continues beyond the endpoint of the path.
Declaration
Objective-C
e_ptsquare_cap