←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Drawing Assembly