Padding Conversion (Int32 to Padding) |
Implicitly converts a single integer to a padding with all sides of equal value.
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public static implicit operator Padding (
int all
)
Public Shared Widening Operator CType (
all As Integer
) As Padding
F# does not support the declaration of new casting operators.
Parameters
- all
- Type: SystemInt32
Value for padding on all sides
Return Value
Type:
Padding[Missing <returns> documentation for "M:Eto.Drawing.Padding.op_Implicit(System.Int32)~Eto.Drawing.Padding"]
See Also