iWheelGetCylinderBounds(Cylinder) Method

Gets a Rectangle containing the area of a Cylinder.

Definition

Namespace: BeeMobile.iWheel
Assembly: BeeMobile.iWheel.NET48 (in BeeMobile.iWheel.NET48.dll) Version: 4.8.4.3
C#
public Rectangle GetCylinderBounds(
	Cylinder aCylinder
)

Parameters

aCylinder  Cylinder
Reference to Cylinder to get the bounds for.

Return Value

Rectangle
A Rectangle containing the bounds of the Cylinder.

See Also