Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace > RasterImage Class : ImageWidth Property |
public int ImageWidth {get;}
'Declaration
Public ReadOnly Property ImageWidth As Integer
'Usage
Dim instance As RasterImage Dim value As Integer value = instance.ImageWidth
public int ImageWidth {get;}
@property (nonatomic, assign, readonly) NSInteger imageWidth
public int getImageWidth()
get_ImageWidth();
Use Width to get the actual width of the image data scanlines.
For more information refer to Accounting For View Perspective.