at (x, y) element
Signature: (x:Numeric * y:Numeric) -> element:'?7571 -> RefSpace * '?7571
Type parameters: '?7571
|
|
atPos arg1 element
Signature: Vector -> element:'?7573 -> RefSpace * '?7573
Type parameters: '?7573
|
|
bezierTo (x, y) (cx1, cy1) (cx2, cy2)
Signature: (x:Numeric * y:Numeric) -> (cx1:Numeric * cy1:Numeric) -> (cx2:Numeric * cy2:Numeric) -> PathPart
|
|
circle radius
Signature: radius:Numeric -> Shape
|
|
ellipse (width, height)
Signature: (width:Numeric * height:Numeric) -> Shape
|
|
line (x1, y1) (x2, y2)
Signature: (x1:Numeric * y1:Numeric) -> (x2:Numeric * y2:Numeric) -> RefSpace * PathPart
|
|
lineTo (x, y)
Signature: (x:Numeric * y:Numeric) -> PathPart
|
|
origin
Signature: float<MeasureOne> * float<MeasureOne>
|
|
Pi
Signature: Numeric
|
|
placedMap f (r, s)
Signature: f:('?7592 -> '?7593) -> (r:'?7594 * s:'?7592) -> '?7594 * '?7593
Type parameters: '?7592, '?7593, '?7594
|
|
rectangle (width, height)
Signature: (width:Numeric * height:Numeric) -> Shape
|
|
rotatedBy alpha (refSpace, element)
Signature: alpha:Numeric -> (refSpace:RefSpace * element:'?7579) -> RefSpace * '?7579
Type parameters: '?7579
|
|
scaledBy ratio (refSpace, element)
Signature: ratio:Numeric -> (refSpace:RefSpace * element:'?7581) -> RefSpace * '?7581
Type parameters: '?7581
|
|
scaledByX ratio (refSpace, element)
Signature: ratio:Numeric -> (refSpace:RefSpace * element:'?7583) -> RefSpace * '?7583
Type parameters: '?7583
|
|
scaledByY ratio (refSpace, element)
Signature: ratio:Numeric -> (refSpace:RefSpace * element:'?7585) -> RefSpace * '?7585
Type parameters: '?7585
|
|
square width
Signature: width:Numeric -> Shape
|
|
text format
Signature: format:StringFormat<'?7555,Text> -> '?7555
Type parameters: '?7555
|
|
toClosedPath
Signature: PathPart list -> Shape
|
|
toOpenPath
Signature: PathPart list -> Shape
|
|
transform matrix refSpace
Signature: matrix:TransformMatrix -> refSpace:RefSpace -> RefSpace
|
|
translatedBy (x, y) (refSpace, element)
Signature: (x:Numeric * y:Numeric) -> (refSpace:RefSpace * element:'?7577) -> RefSpace * '?7577
Type parameters: '?7577
|
|
withContour pen (space, shape)
Signature: pen:Pen -> (space:'?7558 * shape:Shape) -> '?7558 * StyledShape
Type parameters: '?7558
|
|
withContourAndFill (...)
Signature: (pen:Pen * brush:Brush) -> (space:'?7562 * shape:Shape) -> '?7562 * StyledShape
Type parameters: '?7562
|
|
withFill brush (space, shape)
Signature: brush:Brush -> (space:'?7560 * shape:Shape) -> '?7560 * StyledShape
Type parameters: '?7560
|
|
withSize size text
Signature: size:Numeric -> text:Text -> Text
|
|
withZ z (refSpace, element)
Signature: z:Numeric -> (refSpace:RefSpace * element:'?7575) -> RefSpace * '?7575
Type parameters: '?7575
|
|
writtenWithContour pen (space, text)
Signature: pen:Pen -> (space:'?7566 * text:Text) -> '?7566 * StyledShape
Type parameters: '?7566
|
|
writtenWithContourAndFill (...)
Signature: (pen:Pen * brush:Brush) -> (space:'?7568 * text:Text) -> '?7568 * StyledShape
Type parameters: '?7568
|
|
writtenWithFill brush (space, text)
Signature: brush:Brush -> (space:'?7564 * text:Text) -> '?7564 * StyledShape
Type parameters: '?7564
|
|
xFlipped (refSpace, element)
Signature: (refSpace:RefSpace * element:'?7587) -> RefSpace * '?7587
Type parameters: '?7587
|
|
yFlipped (refSpace, element)
Signature: (refSpace:RefSpace * element:'?7589) -> RefSpace * '?7589
Type parameters: '?7589
|
|