Table of Contents

Operator operator /

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

operator /(SizeI, int)

Divides SizeI by an int producing SizeI.

public static SizeI operator /(SizeI left, int right)

Parameters

left SizeI

Dividend of type SizeI.

right int

Divisor of type int.

Returns

SizeI

Result of type SizeI.

operator /(SizeI, double)

Divides SizeI by a double producing SizeD.

public static SizeD operator /(SizeI left, double right)

Parameters

left SizeI

Dividend of type SizeI.

right double

Divisor of type int.

Returns

SizeD

Result of type SizeD.