Visual Basic (Declaration) | |
---|---|
Public Property LowBit As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As RasterPaintDibInfo Dim value As Integer instance.LowBit = value value = instance.LowBit |
C# | |
---|---|
public int LowBit {get; set;} |
Property Value
Valid values are 0 through HighBit - 1.For an example, refer to RasterPaintDibInfo.
Used in conjunction with HighBit 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)