Click or drag to resize

ArgbImage Class

Represents an image in 32bpp ARGB format.
Inheritance Hierarchy
SystemObject
  Ptv.XServer.Controls.Map.Tools.ReprojectionArgbImage

Namespace:  Ptv.XServer.Controls.Map.Tools.Reprojection
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public class ArgbImage

The ArgbImage type exposes the following members.

Constructors
Properties
Methods
  NameDescription
Public methodStatic memberFromImage(Bitmap, InterpolationMode)
Creates and initializes an ArgbImage from a given Bitmap.
Public methodStatic memberFromImage(Image, InterpolationMode)
Creates and initializes an ArgbImage from a given System.Drawing.Image.
Top
Extension Methods
  NameDescription
Public Extension MethodToJson
Converts an object to a JSON string representation.
(Defined by JSONWriter.)
Top
See Also