'Declaration Public Property HighBit As Integer
'Usage Dim instance As ImageInfo Dim value As Integer instance.HighBit = value value = instance.HighBit
public int HighBit {get; set;}
public: property int HighBit { int get(); void set ( int value); }
Target Platforms
ImageInfo Class ImageInfo Members