FSketch


Drawer

Namespace: FSketch.Winforms

Functions and values

Function or valueDescription
Draw (...)
Signature: graphics:Graphics -> (width:int * height:int) -> viewport:Viewport option -> shapes:Shapes -> unit
drawShape graphics (space, styledShape)
Signature: graphics:Graphics -> (space:RefSpace * styledShape:StyledShape) -> unit
toSystemBrush brush
Signature: brush:Brush -> SolidBrush
toSystemColor color
Signature: color:Color -> Color
toSystemPath path
Signature: path:Path -> GraphicsPath
toSystemPen pen
Signature: pen:Pen -> Pen
toSystemPoint arg1
Signature: Vector -> PointF
toSystemTransform arg1
Signature: TransformMatrix -> Matrix
toSystemXY arg1
Signature: Vector -> single * single
Fork me on GitHub