[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Section.IntersectClip

IntersectClip Class

Represents a canvas element with an intersection clip.

Inheritance
IntersectClip
Namespace: GrapeCity.ActiveReports.Document.Section
Assembly: MESCIUS.ActiveReports.Core.Document.dll
Syntax
public class IntersectClip : CanvasItem, IDisposable, ICloneable, IBordered
Examples
public void DrawIntersectClip(float startX, float startY, float endX, float endY)
{
	CanvasItems.Add(new IntersectClip(new RectangleF(startX,startY,endX,endY));
}

Properties

Name Description
Bounds

Gets the bounds of the item.

Height

Gets the height of the item.

Left

Gets the left of of the item.

Top

Gets the top of the item.

Width

Gets the width of the item.

Methods

Name Description
Clone()

Performs a cloning of this instance.

ToString()

Returns a string that represents the current object.