ExtensionsClassToSizeInt Method |
LightningChart .NET Help
To SizeInt size
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic static SizeInt ToSizeInt(
this Size size
)
<ExtensionAttribute>
Public Shared Function ToSizeInt (
size As Size
) As SizeInt
public:
[ExtensionAttribute]
static SizeInt ToSizeInt(
Size size
)
Parameters
- size
- Type: System.DrawingSize
[Missing <param name="size"/> documentation for "M:Arction.WinForms.Charting.ExtensionsClass.ToSizeInt(System.Drawing.Size)"]
Return Value
Type:
SizeInt[Missing <returns> documentation for "M:Arction.WinForms.Charting.ExtensionsClass.ToSizeInt(System.Drawing.Size)"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Size. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also