Header menu logo Mibo

Mibo.Elmish.Graphics Namespace

Type Description

Draw

The unified fluent draw DSL. Chain members on the render buffer:

 buffer
   .BeginCamera(camera)
   .FillCircle(400f, 300f, 48f, Color.Blue)
   .Sprite(playerSprite)
   .EndCamera()
   .Text(font, "HP 100", Vector2(10f, 10f), 20f, layer = 1001<RenderLayer>)
 |> ignore
namespace Microsoft.FSharp.Text
val ignore: value: 'T -> unit

WithCircles2D<'T>

Circle, sector, and radial-gradient witnesses.

WithEllipses2D<'T>

Ellipse witnesses.

WithLines2D<'T>

Line & curve witnesses.

WithPolygons2D<'T>

Triangle & polygon witnesses.

WithRects2D<'T>

Rectangle witnesses (fills, outlines, rounded, gradients).

WithRings2D<'T>

Ring / arc witnesses.

WithShapes2D<'T>

All 2D shape witnesses, composed from the per-family aliases above.

Type something to start searching.