Table of Contents

Method Scale

Namespace
LMKit.Graphics.Geometry
Assembly
LM-Kit.NET.dll

Scale(double, double)

Returns a new point scaled by the specified factors along the X and Y axes.

public Point Scale(double scaleX, double scaleY)

Parameters

scaleX double

The factor to scale along the X-axis.

scaleY double

The factor to scale along the Y-axis.

Returns

Point

A new Point with coordinates scaled by the given factors.