Share via


BoundingBoxMode Enumeration

Specifies which characteristics of a stroke, such as drawing attributes, are used to calculate the bounding box of the ink.

Namespace:  Microsoft.Ink
Assembly:  Microsoft.Ink (in Microsoft.Ink.dll)

Syntax

'Declaration
Public Enumeration BoundingBoxMode
'Usage
Dim instance As BoundingBoxMode
public enum BoundingBoxMode
public enum class BoundingBoxMode
public enum BoundingBoxMode

Members

Member name Description
Default Use the definition of each stroke.
NoCurveFit Use the polyline of the strokes.
CurveFit Use the Bezier curve fitting line of the strokes.
PointsOnly Use only the points of the strokes.
Union The union of NoCurveFit and CurveFit request.

Remarks

The bounding box is the smallest rectangle that includes all points in the Ink object. The size of the rectangle varies depending on whether you use drawing attributes, Bezier curve fitting, or just the points of the stroke to calculate the rectangle.

Platforms

Windows 7, Windows Vista, Windows Server 2008 R2, Windows Server 2008

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Framework

Supported in: 3.0

See Also

Reference

Microsoft.Ink Namespace

Ink.GetBoundingBox

Stroke.GetBoundingBox

Strokes.GetBoundingBox