NChartRawBitmapRawBytes Property |
Raw bytes of bitmap.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public byte[] RawBytes { get; }
Public ReadOnly Property RawBytes As Byte()
Get
public:
virtual property array<unsigned char>^ RawBytes {
array<unsigned char>^ get () sealed;
}
Property Value
Type:
ByteSee Also