←Select platform

Default Method

Summary

Fills the RasterPaintCallbacks class with the default settings.

Syntax
C#
VB
C++
public void Default() 
Public Sub Default()  
public: 
void Default();  

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.

Example

For an example, refer to RasterPaintDibInfo.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Drawing Assembly