[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Section.LineItem

LineItem Class

Represents an line item element.

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

Methods

Name Description
Clone()

Performs a cloning of this instance.

CreateRead(BinaryReader, short)

Creates LineItem and reads it from specified reader.

ToString()

Returns a string that represents the current object.