[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Tools.CompiledRegion.Entity

CompiledRegion.Entity Struct

Represents an entity defined by a set of points. Can be used to represent a rectangle.

Namespace: GrapeCity.ActiveReports.Rendering.Tools
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public struct CompiledRegion.Entity

Constructors

Name Description
Entity(PointF[])

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

Entity(RectangleF)

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

Fields

Name Description
Points

The points defining the entity.

Properties

Name Description
IsRect

Gets a value indicating whether the entity is a rectangle.

Rectangle

Gets the rectangle represented by the entity.

Extension Methods