Table of Contents

Class SizingInfo

Namespace: FastReport.Olap.Controls
Assembly: FastCube.WinForms.dll

Information structure about sizing (resizing).

public class SizingInfo

Inheritance

objectSizingInfo

Fields

ActiveZone

Active zone.

public CustomZone ActiveZone

Field Value

CustomZone

CurrentPoint

Current point.

public Point CurrentPoint

Field Value

Point

Data

Data object.

public int Data

Field Value

int

DrawStart

Draw start point.

public Point DrawStart

Field Value

Point

DrawStop

Draw stop point.

public Point DrawStop

Field Value

Point

ObjData

Data object.

public object ObjData

Field Value

object

ResizeSibling

is resize sibling.

public bool ResizeSibling

Field Value

bool

StartPoint

Start point.

public Point StartPoint

Field Value

Point

Type

Type of sizing.

public SizingType Type

Field Value

SizingType

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()