←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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Drawing Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.