Click or drag to resize

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
)

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