Click or drag to resize
NChartRawBitmap Class
NChartRawBitmap contains native bitmap for NChart3D engine.
Inheritance Hierarchy
SystemObject
  NChart3D_UWPNChartRawBitmap

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public sealed class NChartRawBitmap

The NChartRawBitmap type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyBytesPerPixel
Number of bytes represend 1 pixel in bitmap.
Public propertyBytesPerRow
Number of bytes represend 1 row in bitmap.
Public propertyHeight
Bitmap height.
Public propertyRawBytes
Raw bytes of bitmap.
Public propertyWidth
Bitmap width.
Top
Methods
  NameDescription
Public methodConvertToBitmapImage
Convert bitmap to BitmapImage.
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodSaveToFile
Save bitmap to file. Currently we supports only PNG.
Public methodToString (Inherited from Object.)
Top
See Also