Share via


AbstractCanvas<TState>.PlatformScale(Single, Single) Method

Definition

protected:
 abstract void PlatformScale(float fx, float fy);
protected abstract void PlatformScale (float fx, float fy);
abstract member PlatformScale : single * single -> unit
Protected MustOverride Sub PlatformScale (fx As Single, fy As Single)

Parameters

fx
Single
fy
Single

Applies to