Table of Contents

Method Scale

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

Scale(double, double)

Returns a new polygon with all vertices scaled by the specified factors relative to the origin.

public Polygon Scale(double sx, double sy)

Parameters

sx double
sy double

Returns

Polygon