Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

fa49598c 8cf3 4cbb 7ebb 418bce0ae3fc

haplokuon edited this page May 6, 2023 · 1 revision

Scale(Double) Method

netDxf 3.0.0 Library

Build a scaling matrix.

Definition

Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public static Matrix4 Scale(
	double value
)

VB

Public Shared Function Scale ( 
	value As Double
) As Matrix4

C++

public:
static Matrix4 Scale(
	double value
)

F#

static member Scale : 
        value : float -> Matrix4 

Parameters

  Double
Single scale factor for x, y, and z axis.

Return Value

Matrix4
A scaling matrix.

See Also

Reference

Matrix4 Structure
Scale Overload
netDxf Namespace

Clone this wiki locally