Click or drag to resize

ImageTools Class

Tool class for handling writable bitmaps.
Inheritance Hierarchy
SystemObject
  Ptv.XServer.Controls.Map.ToolsImageTools

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

The ImageTools type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateWriteableBitmap
Creates a writable bitmap.
Public methodStatic memberLoadGdiImage
Loads an image from a byte array using GDI.
Public methodStatic memberWriteImageIntoBitmap
Writes an image into an existing writable bitmap.
Top
See Also