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, readonly, assign) unsigned int 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.