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

c44f55eb cebe b5ec 5c5c a526f8dd3a73

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 Matrix2 Scale(
	double value
)

VB

Public Shared Function Scale ( 
	value As Double
) As Matrix2

C++

public:
static Matrix2 Scale(
	double value
)

F#

static member Scale : 
        value : float -> Matrix2 

Parameters

  Double
Single scale factor for x and y axis.

Return Value

Matrix2
A scaling matrix.

See Also

Reference

Matrix2 Structure
Scale Overload
netDxf Namespace

Clone this wiki locally