C#
Objective-C
C++/CLI
Java
public int BitsPerPixel { get; set; }
@property (nonatomic, assign) NSInteger bitsPerPixel;
public int getBitsPerPixel()
public void setBitsPerPixel(int value)
public:
property int BitsPerPixel {
int get();
void set ( int value);
}
Value that indicates the number of bits per pixel.