Class SizingInfo
Namespace: FastReport.Olap.Controls
Assembly: FastCube.Mono.dll
Information structure about sizing (resizing).
public class SizingInfo
Inheritance
Fields
ActiveZone
Active zone.
public CustomZone ActiveZone
Field Value
CurrentPoint
Current point.
public Point CurrentPoint
Field Value
Data
Data object.
public int Data
Field Value
DrawStart
Draw start point.
public Point DrawStart
Field Value
DrawStop
Draw stop point.
public Point DrawStop
Field Value
ObjData
Data object.
public object ObjData
Field Value
ResizeSibling
is resize sibling.
public bool ResizeSibling
Field Value
StartPoint
Start point.
public Point StartPoint
Field Value
Type
Type of sizing.
public SizingType Type
Field Value
Methods
Move(Point)
Move pointer.
public void Move(Point pt)
Parameters
pt
Point
SetSiblings(bool)
Sets siblings by value.
public void SetSiblings(bool value)
Parameters
value
bool
Start(CustomZone, SizingType, Point)
Starts sizing.
public void Start(CustomZone zone, SizingType type, Point pt)
Parameters
zone
CustomZone
type
SizingType
pt
Point
Stop()
Stops sizing.
public void Stop()