Class GraphicElement

GraphicElement class

Represents base class for graphics object on the page.

public abstract class GraphicElement

Properties

NameDescription
Operators { get; }Gets a collection of operators representing the element.
Parent { get; }Gets the current XFormPlacement in which the element is located.
virtual Position { get; set; }Gets or sets the position in the current coordinate space. If Parent is not !:null then the element have xForm coordinate space.
abstract Rectangle { get; }Gets the bounding rectangle of the GraphicElement.

Methods

NameDescription
virtual AddOnPage(Page)Adds current element on the page. If there are many elements to add better use AddGraphics.
Remove()Removes current element from the page. If there are many elements to remove better use DeleteGraphics.

See Also