←Select platform

ImageWidth Property

Summary
Gets the width of this RasterImage in pixels, taking ViewPerspective into account.
Syntax
C#
VB
Objective-C
C++
Java
public int ImageWidth { get; } 
Public ReadOnly Property ImageWidth As Integer 
@property (nonatomic, assign, readonly) NSInteger imageWidth 
public int getImageWidth() 
public: 
property int ImageWidth { 
   int get(); 
} 

Property Value

The width of this RasterImage in pixels, taking 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.

Example

For an example, refer to RasterImage.

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 Assembly

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