[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Tools.CompiledRegion.Entity.-ctor

Entity Constructor

Entity(PointF[])

Initializes a new instance of the CompiledRegion.Entity struct with the specified points.

Declaration
public Entity(PointF[] points)
Parameters
Type Name Description
PointF[] points

An array of points defining the entity.

Entity(RectangleF)

Initializes a new instance of the CompiledRegion.Entity struct from a RectangleF.

Declaration
public Entity(RectangleF rect)
Parameters
Type Name Description
RectangleF rect

The rectangle to be represented as an entity.