You are here: Start » AVL.NET » AVL.CreateCircleRegion(AvlNet.Circle2D, int, int, AvlNet.Region)

AVL.CreateCircleRegion(AvlNet.Circle2D, int, int, AvlNet.Region)

Creates a circular region corresponding to a given circle.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void CreateCircleRegion(
	AvlNet.Circle2D inCircle,
	int inFrameWidth,
	int inFrameHeight,
	out AvlNet.Region outRegion
)

Parameters

inCircle
Type: AvlNet.Circle2D
inFrameWidth
Type: System.Int32
Width of the created region's frame (not to be confused with the size of the circle!)
inFrameHeight
Type: System.Int32
Height of the created region's frame (not to be confused with the size of the circle!)
outRegion
Type: AvlNet.Region
Output region

Remarks

See full override for more details.

See also