LightningChartCopyToClipboard Method (Int32, Int32) |
LightningChart .NET Help
Copy the chart to clipboard bitmap image.
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic bool CopyToClipboard(
int width,
int height
)
Public Function CopyToClipboard (
width As Integer,
height As Integer
) As Boolean
public:
bool CopyToClipboard(
int width,
int height
)
Parameters
- width
- Type: SystemInt32
Width of required output - height
- Type: SystemInt32
Height of required output
Return Value
Type:
Booleantrue if succeeded, false otherwise
See Also