Visual Basic (Declaration) | |
---|---|
Public Property HighBit As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As RasterPaintDibInfo Dim value As Integer instance.HighBit = value value = instance.HighBit |
C# | |
---|---|
public int HighBit {get; set;} |
Property Value
Valid values are LowBit through BitsPerPixel - 1.For an example, refer to RasterPaintDibInfo.
Used in conjunction with LowBit to specify if the data does not occupy the full range
This is valid only if RasterPaintDibInfo.Flags has RasterPaintDibInfoFlags.LowHighBitValid set.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)