Share

Scale2d.PreMultiplyBy Method

Description

Sets this scale vector to the product of itself and the scale vector leftSide. Note that the multiplication of scale vectors is commutative.

Returns the scale vector.

Visual Basic

Public Function PreMultiplyBy(
    leftSide As Scale2d
) As Scale2d

C#

public Scale2d PreMultiplyBy(
    Scale2d leftSide
);

Parameters

Parameters Description
Scale2d leftSide Input scale vector

Links

Scale2d Structure, Autodesk.AutoCAD.Geometry Namespace

Was this information helpful?