ArgbImage Class |
Namespace: Ptv.XServer.Controls.Map.Tools.Reprojection
The ArgbImage type exposes the following members.
Name | Description | |
---|---|---|
ArgbImage(Size, InterpolationMode) |
Creates and initializes an ArgbImage.
| |
ArgbImage(Int32, Int32, Byte, InterpolationMode) |
Creates and initializes an ArgbImage.
|
Name | Description | |
---|---|---|
Height | Determines the height of the image. | |
ItemPointF |
Reads or writes the color of a pixel.
| |
ItemPoint |
Reads or writes the color of a pixel.
| |
ItemDouble, Double | Reads or writes the color of a pixel. | |
Stream | Returns an image stream for further processing. | |
Width | Determines the width of the image. |
Name | Description | |
---|---|---|
FromImage(Bitmap, InterpolationMode) |
Creates and initializes an ArgbImage from a given Bitmap.
| |
FromImage(Image, InterpolationMode) |
Creates and initializes an ArgbImage from a given System.Drawing.Image.
|
Name | Description | |
---|---|---|
ToJson | Converts an object to a JSON string representation. (Defined by JSONWriter.) |