←Select platform

ViewPerspective Property

Summary
Indicates the expected orientation of the image data.
Syntax
C#
VB
C++
public RasterViewPerspective ViewPerspective { get; set; } 
Public Property ViewPerspective As RasterViewPerspective 
public: 
property RasterViewPerspective ViewPerspective { 
   RasterViewPerspective get(); 
   void set (    RasterViewPerspective ); 
} 

Property Value

See the Leadtools.RasterViewPerspective enumeration for possible values.

Remarks

You will most likely have to pass RasterViewPerspective.TopLeft or RasterViewPerspective.BottomLeft for this value.

Regular GDI functions expect the data to be upside-down (RasterViewPerspective.BottomLeft), but some cards want data to be in the more logical top-down order (RasterViewPerspective.TopLeft).

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.