[]
Scales a size by the given value.
public static PointerSize operator *(int scale, PointerSize value)
Type | Name | Description |
---|---|---|
int | scale | The amount by which to scale the size. |
PointerSize | value | The size to scale. |
Type | Description |
---|---|
PointerSize | The scaled size. |
Scales a size by the given value.
public static PointerSize operator *(PointerSize value, int scale)
Type | Name | Description |
---|---|---|
PointerSize | value | The size to scale. |
int | scale | The amount by which to scale the size. |
Type | Description |
---|---|
PointerSize | The scaled size. |