LightningChartGetLastOutputStreamSize Method |
LightningChart .NET Help
Getter of the image size of the last image written to OutputStream as pixels (not DIP's).
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic Size GetLastOutputStreamSize()
Public Function GetLastOutputStreamSize As Size
public:
Size GetLastOutputStreamSize()
Return Value
Type:
SizeSize of the last image written to OutputStream.
See Also