GxBitmap

Assembly: Drawing;

Description

The GxBitmap class implements a bitmap.

Constructors

  Constructor name Brief description
CreateFromClipboard The CreateFromClipboard constructor creates a bitmap from the clipboard.
CreateFromFile The CreateFromFile constructor creates a new bitmap from the file specified in the FileName parameter.
CreateFromStream The CreateFromStream constructor creates a new bitmap from the stream contents that is passed by the Stream parameter.

Static class methods inherited from IGxBitmapClass

  Method name Brief description
CreateNew The CreateNew method creates a new bitmap.

Static class methods inherited from IGxImageClass

  Method name Brief description
FromFile The FromFile method returns an object that has an image obtained from the file.
FromStream The FromStream method returns an object that contains an image obtained from the stream.

Class object properties inherited from IGxBitmap

  Property name Brief description
Pixel The Pixel property determines the color of the separate pixel of the bitmap.

Class object properties inherited from IGxImage

  Property name Brief description
CornerPixel The CornerPixel property returns the color of the specified angular point.
Flags The Flags property returns parameters of the image.
Height The Height property returns the image height in pixels.
HorizontalResolution The HorizontalResolution property returns horizontal resolution of the image in points per inch.
PhysicalDimension The PhysicalDimension property returns resolution of the image in pixels per inch.
PixelFormat The PixelFormat property returns the format of the image pixels.
RawFormat The RawFormat property returns the format of the image.
Size The Size property returns image size in pixels.
VerticalResolution The VerticalResolution property returns vertical resolution of the image in points per inch.
Width The Width property returns image width in pixels.

Class object methods inherited from IGxBitmap

  Method name Brief description
SetResolution The SetResolution method sets image resolution.

Class object methods inherited from IGxImage

  Method name Brief description
Clone The Clone method creates a copy of the image.
CopyRect The CopyRect method restores the part of the current image limited by the specified rectangle.
CopyToClipboard The CopyToClipboard method copies image to the clipboard.
GetThumbnailImage The GetThumbnailImage method creates a thumbnail.
RotateFlip The RotateFlip method rotates and flips the image.
SaveToFile The SaveToFile method saves the image to file.
SaveToFileEncoded The SaveToFileEncoded method saves the image to the file in the specified format.
SaveToStream The SaveToStream method saves the image to the stream transferred by input parameter.
SaveToStreamEncoded The SaveToStreamEncoded method saves the image to the stream in the specified format.

See  also:

Drawing Assembly Classes