FSketch


ShapesBuilder

Namespace: FSketch.Behaviours
Parent Module: Builder

Constructors

ConstructorDescription
new()
Signature: unit -> ShapesBuilder

CompiledName: .ctor

Instance members

Instance memberDescription
Combine(f1, f2)
Signature: (f1:'?8369 list * f2:'?8369 list) -> '?8369 list
Type parameters: '?8369
Delay(f)
Signature: (f:(unit -> '?8367)) -> '?8367
Type parameters: '?8367
For(s, f)
Signature: (s:seq<'T> * f:('T -> (RefSpace * StyledShape) list)) -> (RefSpace * StyledShape) list
Type parameters: 'T
Yield(placedAndStyledShape)
Signature: (placedAndStyledShape:(RefSpace * StyledShape)) -> (RefSpace * StyledShape) list
YieldFrom(space, shapes)
Signature: (space:RefSpace * shapes:Shapes) -> (RefSpace * StyledShape) list
Zero()
Signature: unit -> '?8363 list
Type parameters: '?8363
Fork me on GitHub