ExtensionsClassToWinFormsSize Method |
LightningChart .NET Help
To WinForm size
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic static Size ToWinFormsSize(
this SizeInt size
)
<ExtensionAttribute>
Public Shared Function ToWinFormsSize (
size As SizeInt
) As Size
public:
[ExtensionAttribute]
static Size ToWinFormsSize(
SizeInt size
)
Parameters
- size
- Type: Arction.WinForms.ChartingSizeInt
[Missing <param name="size"/> documentation for "M:Arction.WinForms.Charting.ExtensionsClass.ToWinFormsSize(Arction.WinForms.Charting.SizeInt)"]
Return Value
Type:
Size[Missing <returns> documentation for "M:Arction.WinForms.Charting.ExtensionsClass.ToWinFormsSize(Arction.WinForms.Charting.SizeInt)"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
SizeInt. 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