GRV11.GRImage Class Reference
List of all members.
|
Static Public Member Functions |
| static bool | FillInAllocatedRGBADataWithBitmapData (Bitmap bitmap, byte[] rgbaData) |
| static byte[] | ConvertBitmapToRGBAData (Bitmap bitmap) |
| static bool | CopyRGBABufferToCompatibleBitmap (byte[] rgbaData, Bitmap bitmap) |
| static Bitmap | ConvertRGBABufferToBitmap (byte[] rgbaData, int width, int height) |
| static bool | WriteBitmapToImageFile (Bitmap bitmap, String filePathAndName, System.Drawing.Imaging.ImageFormat imageFormat) |
| static bool | WriteRGBABufferToImageFile (byte[] rgbaData, int width, int height, String filePathAndName, System.Drawing.Imaging.ImageFormat imageFormat) |
| static Bitmap | ReadImageFileToBitmap (String filePathAndName) |
| static bool | FillInAllocatedRGBADataWithBitmapData (Bitmap bitmap, byte[] rgbaData) |
| static byte[] | ConvertBitmapToRGBAData (Bitmap bitmap) |
| static bool | CopyRGBABufferToCompatibleBitmap (byte[] rgbaData, Bitmap bitmap) |
| static Bitmap | ConvertRGBABufferToBitmap (byte[] rgbaData, int width, int height) |
| static bool | WriteBitmapToImageFile (Bitmap bitmap, String filePathAndName, System.Drawing.Imaging.ImageFormat imageFormat) |
| static bool | WriteRGBABufferToImageFile (byte[] rgbaData, int width, int height, String filePathAndName, System.Drawing.Imaging.ImageFormat imageFormat) |
| static Bitmap | ReadImageFileToBitmap (String filePathAndName) |
Detailed Description
Definition at line 833 of file GRV11.cs.
Member Function Documentation
| static bool GRV11.GRImage.FillInAllocatedRGBADataWithBitmapData |
( |
Bitmap |
bitmap, |
|
|
byte[] |
rgbaData | |
|
) |
| | [static] |
| static byte [] GRV11.GRImage.ConvertBitmapToRGBAData |
( |
Bitmap |
bitmap |
) |
[static] |
| static bool GRV11.GRImage.CopyRGBABufferToCompatibleBitmap |
( |
byte[] |
rgbaData, |
|
|
Bitmap |
bitmap | |
|
) |
| | [static] |
| static Bitmap GRV11.GRImage.ConvertRGBABufferToBitmap |
( |
byte[] |
rgbaData, |
|
|
int |
width, |
|
|
int |
height | |
|
) |
| | [static] |
| static bool GRV11.GRImage.WriteBitmapToImageFile |
( |
Bitmap |
bitmap, |
|
|
String |
filePathAndName, |
|
|
System.Drawing.Imaging.ImageFormat |
imageFormat | |
|
) |
| | [static] |
| static bool GRV11.GRImage.WriteRGBABufferToImageFile |
( |
byte[] |
rgbaData, |
|
|
int |
width, |
|
|
int |
height, |
|
|
String |
filePathAndName, |
|
|
System.Drawing.Imaging.ImageFormat |
imageFormat | |
|
) |
| | [static] |
| static Bitmap GRV11.GRImage.ReadImageFileToBitmap |
( |
String |
filePathAndName |
) |
[static] |
| static bool GRV11.GRImage.FillInAllocatedRGBADataWithBitmapData |
( |
Bitmap |
bitmap, |
|
|
byte[] |
rgbaData | |
|
) |
| | [static] |
| static byte [] GRV11.GRImage.ConvertBitmapToRGBAData |
( |
Bitmap |
bitmap |
) |
[static] |
| static bool GRV11.GRImage.CopyRGBABufferToCompatibleBitmap |
( |
byte[] |
rgbaData, |
|
|
Bitmap |
bitmap | |
|
) |
| | [static] |
| static Bitmap GRV11.GRImage.ConvertRGBABufferToBitmap |
( |
byte[] |
rgbaData, |
|
|
int |
width, |
|
|
int |
height | |
|
) |
| | [static] |
| static bool GRV11.GRImage.WriteBitmapToImageFile |
( |
Bitmap |
bitmap, |
|
|
String |
filePathAndName, |
|
|
System.Drawing.Imaging.ImageFormat |
imageFormat | |
|
) |
| | [static] |
| static bool GRV11.GRImage.WriteRGBABufferToImageFile |
( |
byte[] |
rgbaData, |
|
|
int |
width, |
|
|
int |
height, |
|
|
String |
filePathAndName, |
|
|
System.Drawing.Imaging.ImageFormat |
imageFormat | |
|
) |
| | [static] |
| static Bitmap GRV11.GRImage.ReadImageFileToBitmap |
( |
String |
filePathAndName |
) |
[static] |
The documentation for this class was generated from the following files:
- Desktop/Source/Cubes3D/Cubes3D/Resource/GRV11DLL/GRV11DLL/GRV11.cs
- Desktop/Source/Cubes3D/Objects3D/Resource/GRV11DLL/GRV11DLL/GRV11.cs