[]
        
(Showing Draft Content)

C1.Util.DX.PointerSize.op_Division

operator / Operator

operator /(PointerSize, int)

Scales a size by the given value.

Declaration
public static PointerSize operator /(PointerSize value, int scale)
Parameters
Type Name Description
PointerSize value

The size to scale.

int scale

The amount by which to scale the size.

Returns
Type Description
PointerSize

The scaled size.