Table of Contents

Method ScaleAt

Namespace
PaintDotNet.Rendering
Assembly
PaintDotNet.Primitives.dll

ScaleAt(float, float, float, float)

public void ScaleAt(float scaleX, float scaleY, float centerX, float centerY)

Parameters

scaleX float
scaleY float
centerX float
centerY float

ScaleAt(Vector2Float, float, float)

public void ScaleAt(Vector2Float scale, float centerX, float centerY)

Parameters

scale Vector2Float
centerX float
centerY float

ScaleAt(float, float, Point2Float)

public void ScaleAt(float scaleX, float scaleY, Point2Float centerPt)

Parameters

scaleX float
scaleY float
centerPt Point2Float

ScaleAt(Vector2Float, Point2Float)

public void ScaleAt(Vector2Float scale, Point2Float centerPt)

Parameters

scale Vector2Float
centerPt Point2Float