PixelFormatInfo Structure

Represents data for pixel formatting.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Teigha.GraphicsInterfacePixelFormatInfo

Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 26.9.0.0
Syntax
public struct PixelFormatInfo

The PixelFormatInfo type exposes the following members.

Properties
  Name Description
Public property AlphaOffset Property that represents alpha bits offset.
Public property BitsPerPixel Property that represents bits per pixel.
Public property BlueOffset Property that represents blue bits offset.
Public property GreenOffset Property that represents green bits offset.
Public property NumAlphaBits Property that represents amount of bits for alpha channel.
Public property NumBlueBits Property that represents amount of bits for blue channel.
Public property NumGreenBits Property that represents amount of bits for green channel.
Public property NumRedBits Property that represents amount of bits for red channel.
Public property RedOffset Property that represents red bits offset.
Top
Methods
  Name Description
Public method Equals
(Inherited from ValueType)
Public method GetHashCode
(Inherited from ValueType)
Public method GetType
(Inherited from Object)
Public method is16bitBGR Checks whether the pixel format of this raster image object is 16-bit BGR.
Public method isBGR Checks whether the pixel format of this raster image is BGR.
Public method isBGRA Checks whether the pixel format of this raster image object is BGRA.
Public method isRGB Checks whether the pixel format of this raster image is RGB.
Public method isRGBA Checks whether the pixel format of this raster image object is RGBA.
Public method set16bitBGR Sets the pixel format of this raster image object to 16-bit BGR.
Public method setBGR Sets the pixel format of this raster image object to BGR.
Public method setBGRA Sets the pixel format of this raster image object to BGRA.
Public method setRGB Sets the pixel format of this raster image object to RGB.
Public method setRGBA Sets the pixel format of this raster image object to RGBA.
Public method ToString
(Inherited from ValueType)
Top
Operators
  Name Description
Public operatorStatic member Equality(PixelFormatInfo, PixelFormatInfo) Equality operator for the PixelFormatInfo structure. Checks whether the passed pixel format data objects are equal.
Top
See Also

©  Bricsys NV. All rights reserved.