[]
        
(Showing Draft Content)

C1.Util.DX.PointerSize.op_Multiply

operator * Operator

operator *(int, PointerSize)

Scales a size by the given value.

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

The amount by which to scale the size.

PointerSize value

The size to scale.

Returns
Type Description
PointerSize

The scaled size.

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.