[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Drawing.RegionEx

RegionEx Class

Represents Region

Inheritance
RegionEx
Namespace: GrapeCity.ActiveReports.Drawing
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public sealed class RegionEx

Constructors

Name Description
RegionEx()

Properties

Name Description
Entities

Methods

Name Description
Clone()

Clones a given region.

CreateRegion()

Creates empty region.

CreateRegion(PathEx)

Creates new Region that consists from path.

CreateRegion(RectangleF)

Creates new Region that consists from one rectangle.

Exclude(PathEx)
Exclude(RegionEx)
Exclude(RectangleF)
GetBounds()
Intersect(PathEx)
Intersect(RegionEx)
Intersect(RectangleF)
IsVisible(PointF)
Transform(Matrix3x2)
Union(PathEx)
Union(RegionEx)
Union(RectangleF)

Adds Rectangle to a given region.

Extension Methods