Share via


AbstractCanvas<TState>.PlatformDrawEllipse Method

Definition

protected:
 abstract void PlatformDrawEllipse(float x, float y, float width, float height);
protected abstract void PlatformDrawEllipse (float x, float y, float width, float height);
abstract member PlatformDrawEllipse : single * single * single * single -> unit
Protected MustOverride Sub PlatformDrawEllipse (x As Single, y As Single, width As Single, height As Single)

Parameters

x
Single
y
Single
width
Single
height
Single

Applies to