←Select platform

ImageWidth Property

Summary

Gets the width of the image in pixels, taking the ViewPerspective into account.

Syntax
C#
VB
C++
public int ImageWidth { get; } 
Public ReadOnly Property ImageWidth() As Integer 
   Get 
public:  
   property int ImageWidth 
   { 
      int get() 
   } 

Property Value

The width of the image in pixels, taking the ViewPerspective into account.

Remarks

Use Width to get the actual width of the image data scanlines.

For more information refer to Accounting For View Perspective.

Requirements

Target Platforms

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

Leadtools.Codecs Assembly