Skip to content
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

Inheritance Hierarchy

  • Shape

Syntax

public class Shape : Scalable

Constructors

prototype description
Shape (Interface iface, string style=null) __

Properties

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.

Methods

prototype description
int measureRawSize(LayoutingType lt) return size of content + margins

Events

name description
Clone this wiki locally