Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.23
|
public RasterViewPerspective ViewPerspective {get; set;}
'Declaration
Public Property ViewPerspective As RasterViewPerspective
'Usage
Dim instance As RasterPaintDibInfo Dim value As RasterViewPerspective instance.ViewPerspective = value value = instance.ViewPerspective
public: property RasterViewPerspective ViewPerspective { RasterViewPerspective get(); void set ( RasterViewPerspective value); }
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).