-
-
Notifications
You must be signed in to change notification settings - Fork 10
Crow.Shape
Jean-Philippe Bruyère edited this page Oct 26, 2021
·
4 revisions
Widget for drawing a shape define with a path expression as defined in the PathParser.
namespace: Crow
Shape
public class Shape : Scalable
⬜ | prototype | description |
---|---|---|
Shape (Interface iface, string style=null) |
__ |
⬜ | name | description |
---|---|---|
Path |
Path expression, for syntax see 'PathParser'. | |
Size |
View box | |
StrokeWidth |
Default stroke width, may be overriden by a 'S' command in the path string. |
⬜ | prototype | description |
---|---|---|
int measureRawSize(LayoutingType lt) |
return size of content + margins |
⬜ | name | description |
---|