NChartRawBitmap Class |
Namespace: NChart3D_UWP
The NChartRawBitmap type exposes the following members.
Name | Description | |
---|---|---|
![]() | NChartRawBitmap(String) |
Load image from file.
|
![]() | NChartRawBitmap(Byte, NChartRawBitmapFormat, Int32, Int32, Int32) |
Create bitmap from array of bytes.
|
Name | Description | |
---|---|---|
![]() | BytesPerPixel |
Number of bytes represend 1 pixel in bitmap.
|
![]() | BytesPerRow |
Number of bytes represend 1 row in bitmap.
|
![]() | Height |
Bitmap height.
|
![]() | RawBytes |
Raw bytes of bitmap.
|
![]() | Width |
Bitmap width.
|
Name | Description | |
---|---|---|
![]() | ConvertToBitmapImage |
Convert bitmap to BitmapImage.
|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | SaveToFile |
Save bitmap to file. Currently we supports only PNG.
|
![]() | ToString | (Inherited from Object.) |