Share

AcDbMText::getBoundingPointsByLine Method

C++

ACDBCORE2D_PORT void getBoundingPointsByLine(
    AcArray<AcGePoint3dArray>&
) const;

Description

Returns a multidimensional array of AcGePoint3d objects that represents the four corners of the boundary box for each line of text in the MText object.

Parameters

Parameters Description
arPoints Output array containing AcGePoint3d objects of the bounding boxes

Links

AcDbMText Class

Was this information helpful?