LEADTOOLS GDI/GDI+ (Leadtools.Drawing assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Default Method
See Also 



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: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also