←Select platform

ImageWidth Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int ImageWidth { get; } 
Public ReadOnly Property ImageWidth As Integer 
public int ImageWidth {get;} 
@property (nonatomic, assign, readonly) NSInteger imageWidth 
public int getImageWidth() 
 get_ImageWidth();  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly