[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.Drawing.Region

Region Class

Cross-platform range implementation. Describes the interior of a graphics shape composed of rectangles and paths.

Inheritance
Region
Implements
Namespace: GrapeCity.ActiveReports.Chart.Drawing
Assembly: MESCIUS.ActiveReports.Chart.dll
Syntax
public sealed class Region : IDisposable

Constructors

Name Description
Region()

Initializes a new Region.

Methods

Name Description
Clone()

Creates an exact copy of this Region.

CreateRegion(GraphicsPath)

Creates new Region that consists from path.

Dispose()
GetBounds()

Gets a RectangleF structure that represents a rectangle that bounds this Region

IsVisible(PointF)
IsVisible(float, float)
MakeEmpty()

Initializes this Region to an empty interior.

Union(GraphicsPath)

Updates this Region to the union of itself and the specified GraphicsPath.