Share

AcGeEntity2d::transformBy

C++

GE_DLLEXPIMPORT AcGeEntity2d& transformBy(
    const AcGeMatrix2d& xfm
);

Description

Transforms the entity by applying the input matrix.

Parameters

Parameters Description
xfm Input transformation matrix

Links

AcGeEntity2d

Was this information helpful?