This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 416
30d7941f 6a92 a273 3a4b cec74d704ade
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Build a scaling matrix.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static Matrix2 Scale(
Vector2 value
)
VB
Public Shared Function Scale (
value As Vector2
) As Matrix2
C++
public:
static Matrix2 Scale(
Vector2 value
)
F#
static member Scale :
value : Vector2 -> Matrix2
- Vector2
- Scale factors for x and y axis.
Matrix2
A scaling matrix.