ShapeWrapperWrap Method

Spreads the shapes (sets their X, Y coordinates) according to wrap algorithm inside the area.

Definition

Namespace: BeeMobile.LineChart
Assembly: BeeMobile.LineChart.NET48 (in BeeMobile.LineChart.NET48.dll) Version: 4.8.1.10 (4.8.1.10)
C#
public bool Wrap(
	Shape aShape
)

Parameters

aShape  Shape
The shape to position.

Return Value

Boolean
True if shape fits into area. False if the area is full and the shape of it's part is out of the area.

See Also