Class RulerWithGuides.RulerElement
Base class for elements of RulerWithGuides
Namespace: FastReport.Design.PageDesigners.Page
Assembly: FastReport.dll
Syntax
public class RulerElement
Properties
Bounds
Get or set bounds of object
Declaration
public Rectangle Bounds { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Rectangle |
IsActive
Get or set state of object
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Draw(Graphics)
Draw element on graphics
Declaration
public virtual void Draw(Graphics g)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Graphics | g |
Move(Point)
Method for moving object by means of chenging bounds
Declaration
public virtual void Move(Point location)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Point | location |