Entity2dTransformBy Method
|
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
21.4.0.0
Syntax
public void TransformBy(
Matrix2d transform
)
Public Sub TransformBy (
transform As Matrix2d
)
public:
void TransformBy(
Matrix2d transform
)
member TransformBy :
transform : Matrix2d -> unit
Parameters
- transform
- Type: Teigha.GeometryMatrix2d
See Also