FSketch


DrawingDebugUtils

Namespace: FSketch

Static members

Static memberDescription
AutoDraw(o)
Signature: o:obj -> (RefSpace * StyledShape) list
AutoDraw(array2D)
Signature: (array2D:'?8589 [,]) -> Shapes
Type parameters: '?8589
AutoDraw(list)
Signature: (list:'?8587 list) -> Shapes
Type parameters: '?8587
FromArray2D(mapper, options)
Signature: (mapper:('a -> Shape) * options:ListDrawerOptions option) -> 'a [,] -> (RefSpace * StyledShape) list
Type parameters: 'a
FromArray2D(mapper, options)
Signature: (mapper:('a -> Path) * options:ListDrawerOptions option) -> 'a [,] -> (RefSpace * StyledShape) list
Type parameters: 'a
FromArray2D(mapper, options)
Signature: (mapper:('a -> StyledShape) * options:ListDrawerOptions option) -> 'a [,] -> (RefSpace * StyledShape) list
Type parameters: 'a
FromArray2D(mapper, options)
Signature: (mapper:('a -> Shapes) * options:ListDrawerOptions option) -> 'a [,] -> (RefSpace * StyledShape) list
Type parameters: 'a
FromArray2D(options)
Signature: (options:ListDrawerOptions option) -> 'a [,] -> Shapes
Type parameters: 'a
FromList(mapper, options)
Signature: (mapper:('a -> Shape) * options:ListDrawerOptions option) -> 'a list -> (RefSpace * StyledShape) list
Type parameters: 'a
FromList(mapper, options)
Signature: (mapper:('a -> Path) * options:ListDrawerOptions option) -> 'a list -> (RefSpace * StyledShape) list
Type parameters: 'a
FromList(mapper, options)
Signature: (mapper:('a -> StyledShape) * options:ListDrawerOptions option) -> 'a list -> (RefSpace * StyledShape) list
Type parameters: 'a
FromList(mapper, options)
Signature: (mapper:('a -> Shapes) * options:ListDrawerOptions option) -> 'a list -> (RefSpace * StyledShape) list
Type parameters: 'a
FromList(options)
Signature: (options:ListDrawerOptions option) -> 'a list -> Shapes
Type parameters: 'a
Fork me on GitHub