Visual Basic (Declaration) | |
---|---|
Public Sub Default() |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As RasterPaintDibInfo instance.Default() |
C# | |
---|---|
public void Default() |
C++/CLI | |
---|---|
public: void Default(); |
For an example, refer to RasterPaintDibInfo.
The default values are:
- ViewPerspective = RasterViewPerspective::TopLeft
- BitsPerPixel = 0
- PlaneCount = 0
- BytesPerLine = 0
- Order = RasterByteOrder::Bgr
- Flags = RasterPaintDibInfoFlags::None
- LowBit = 0
- HighBit = 0
Note that most of these are not good default values, so you need to set each property to the correct value.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)