Autodesk.AutoCAD.GraphicsInterface Namespace > PixelBGRA32 Structure
PixelBGRA32 Structure
Description

 

This .NET struct wraps the AcGiPixelBGRA32 ObjectARX class. 

 

This is a color struct for storing the color with a red, green, and blue components, with alpha shading, in an int-precision format.

Visual Basic
Public Structure PixelBGRA32
End Structure
C#
public struct PixelBGRA32 {
}
Links
   Comments?