Visual Basic (Declaration) | |
---|---|
Public Property UseBitPlane As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As RasterOverlayAttributes Dim value As Boolean instance.UseBitPlane = value value = instance.UseBitPlane |
C# | |
---|---|
public bool UseBitPlane {get; set;} |
Property Value
true if the overlay has a corresponding bitplane in the main image; otherwise, false.For an example, refer to RasterImage.GetOverlayAttributes and RasterImage.UpdateOverlayAttributes.
If the value of this property is true, then BitPosition should hold the index to the index bitplane.
For more information, refer to Overlay Overview.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7