This document is archived and information here might be outdated. Recommended version. |
Fills an existing geometry bag with the boundaries of the words in the text symbol.
[Visual Basic .NET] Public Sub QueryWordBoundaries ( _ ByVal hDC As Integer, _ ByVal displayTransform As ITransformation, _ ByVal Geometry As IGeometry, _ ByVal boundaries As IGeometryBag _ )
[C#] public void QueryWordBoundaries ( int hDC, ITransformation displayTransform, IGeometry Geometry, IGeometryBag boundaries );
[C++]
HRESULT QueryWordBoundaries(
OLE_HANDLE hDC,
ITransformation* displayTransform,
IGeometry* Geometry,
IGeometryBag* boundaries
);
[C++] Parameters hDC [in]
hDC is a parameter of type OLE_HANDLE displayTransform [in]
displayTransform is a parameter of type ITransformation* Geometry [in]
Geometry is a parameter of type IGeometry* boundaries [in]
boundaries is a parameter of type IGeometryBag*