Method ScaleAtPrepend
- Namespace
- PaintDotNet.Rendering
- Assembly
- PaintDotNet.Primitives.dll
ScaleAtPrepend(float, float, float, float)
public void ScaleAtPrepend(float scaleX, float scaleY, float centerX, float centerY)
Parameters
scaleX float
scaleY float
centerX float
centerY float
ScaleAtPrepend(float, float, float)
public void ScaleAtPrepend(float scale, float centerX, float centerY)
Parameters
scale float
centerX float
centerY float
ScaleAtPrepend(Vector2Float, float, float)
public void ScaleAtPrepend(Vector2Float scale, float centerX, float centerY)
Parameters
scale Vector2Float
centerX float
centerY float
ScaleAtPrepend(float, float, Point2Float)
public void ScaleAtPrepend(float scaleX, float scaleY, Point2Float center)
Parameters
scaleX float
scaleY float
center Point2Float
ScaleAtPrepend(float, Point2Float)
public void ScaleAtPrepend(float scale, Point2Float center)
Parameters
scale float
center Point2Float
ScaleAtPrepend(Vector2Float, Point2Float)
public void ScaleAtPrepend(Vector2Float scale, Point2Float center)
Parameters
scale Vector2Float
center Point2Float