ShapeWrapperWrap Method
Spreads the shapes (sets their X, Y coordinates) according to wrap algorithm inside the area.
Namespace: BeeMobile.LineChartAssembly: BeeMobile.LineChart.NET48 (in BeeMobile.LineChart.NET48.dll) Version: 4.8.1.10 (4.8.1.10)
public bool Wrap(
Shape aShape
)
Public Function Wrap (
aShape As Shape
) As Boolean
- aShape Shape
- The shape to position.
BooleanTrue if shape fits into area. False if the area is full and the shape of it's part is out of the area.