Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Default Method
See Also 
Leadtools Namespace > RasterPaintDibInfo Class : Default Method



Fills the RasterPaintCallbacks class with the default settings.

Syntax

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(); 

Example

For an example, refer to RasterPaintDibInfo.

Remarks

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.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also