Table of Contents

Method Scale

Namespace
PaintDotNet.Rendering
Assembly
PaintDotNet.Primitives.dll

Scale(RectInt64, long)

public static RectInt64 Scale(RectInt64 rect, long scale)

Parameters

rect RectInt64
scale long

Returns

RectInt64

Scale(RectInt64, long, long)

public static RectInt64 Scale(RectInt64 rect, long scaleX, long scaleY)

Parameters

rect RectInt64
scaleX long
scaleY long

Returns

RectInt64

Scale(long, long)

public void Scale(long scaleX, long scaleY)

Parameters

scaleX long
scaleY long