[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.RectangleBuilder

RectangleBuilder Class

Defines a builder to configurate Rectangle.

Namespace: C1.Web.Mvc.Fluent
Assembly: C1.Web.Mvc.dll
Syntax
public class RectangleBuilder : ShapeBuilder<Rectangle, RectangleBuilder>

Constructors

Name Description
RectangleBuilder(Rectangle)

Creates one RectangleBuilder instance to configurate obj.

Methods

Name Description
Height(float)

Configurates Height. Sets the height of the Rectangle annotation.

Width(float)

Configurates Width. Sets the width of the Rectangle annotation.