Loonim.StrokeLineMode Class Reference

Detailed Description

Various stroke-line values used by both stroke-linecap and stroke-linejoin.

Public Attributes

const int Miter =1
 
const int Round =1<<1
 
const int Bevel =1<<2
 
const int Butt =1<<3
 
const int Square =1<<4
 
const int JoinActive =Miter | Round
 Any of the join values which should be applied. More...
 
const int CapActive =Square | Round
 Any of the cap values which should be applied. More...
 

Member Data Documentation

const int Loonim.StrokeLineMode.Bevel =1<<2
const int Loonim.StrokeLineMode.Butt =1<<3
const int Loonim.StrokeLineMode.CapActive =Square | Round

Any of the cap values which should be applied.

const int Loonim.StrokeLineMode.JoinActive =Miter | Round

Any of the join values which should be applied.

const int Loonim.StrokeLineMode.Miter =1
const int Loonim.StrokeLineMode.Round =1<<1
const int Loonim.StrokeLineMode.Square =1<<4