Skip to content

Latest commit

 

History

History
85 lines (64 loc) · 3.24 KB

ne-msinkaut-inkboundingboxmode.md

File metadata and controls

85 lines (64 loc) · 3.24 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:msinkaut.InkBoundingBoxMode
InkBoundingBoxMode (msinkaut.h)
Specifies which characteristics of a stroke, such as drawing attributes, are used to calculate the bounding box of the ink.The bounding box is the smallest rectangle that includes all points in the InkDisp object.
8c92fb43-1584-42fc-857e-aae5d5c222b4
IBBM_CurveFit
IBBM_Default
IBBM_NoCurveFit
IBBM_PointsOnly
IBBM_Union
InkBoundingBoxMode
InkBoundingBoxMode enumeration [Tablet PC]
msinkaut/IBBM_CurveFit
msinkaut/IBBM_Default
msinkaut/IBBM_NoCurveFit
msinkaut/IBBM_PointsOnly
msinkaut/IBBM_Union
msinkaut/InkBoundingBoxMode
tablet.inkboundingboxmode
tablet\inkboundingboxmode.htm
tablet
8c92fb43-1584-42fc-857e-aae5d5c222b4
12/05/2018
8c92fb43-1584-42fc-857e-aae5d5c222b4, IBBM_CurveFit, IBBM_Default, IBBM_NoCurveFit, IBBM_PointsOnly, IBBM_Union, InkBoundingBoxMode, InkBoundingBoxMode enumeration [Tablet PC], msinkaut/IBBM_CurveFit, msinkaut/IBBM_Default, msinkaut/IBBM_NoCurveFit, msinkaut/IBBM_PointsOnly, msinkaut/IBBM_Union, msinkaut/InkBoundingBoxMode, tablet.inkboundingboxmode
msinkaut.h
Windows
Windows XP Tablet PC Edition [desktop apps only]
None supported
Windows
InkBoundingBoxMode
19H1
InkBoundingBoxMode
msinkaut/InkBoundingBoxMode
c++
APIRef
kbSyntax
HeaderDef
msinkaut.h
InkBoundingBoxMode

InkBoundingBoxMode enumeration

-description

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

The bounding box is the smallest rectangle that includes all points in the InkDisp 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.

-enum-fields

-field IBBM_Default:0

The definition of each stroke (polyline or Bezier) is used to calculate the bounding box; includes the drawing attributes, such as pen width, in the calculation.

-field IBBM_NoCurveFit:1

The polyline of the strokes (ignoring Bezier curve fitting requests) is used to calculate the bounding box; includes the drawing attributes in the calculation.

-field IBBM_CurveFit:2

The Bezier curve fitting line of the strokes (apply Bezier curve fitting to all strokes) is used to calculate the bounding box; includes the drawing attributes in the calculation.

-field IBBM_PointsOnly:3

Only the points of the strokes are used to calculate the bounding box.

-field IBBM_Union:4

The union of a NoCurveFit request and a CurveFit request.

-see-also

GetBoundingBox Method

InkDisp Class