C#
VB
Java
Objective-C
WinRT C#
C++
Gets the width of this RasterImage in pixels, taking ViewPerspective into account.
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();
}
The width of this RasterImage in pixels, taking ViewPerspective into account.
Use Width to get the actual width of the image data scanlines.
For more information refer to Accounting For View Perspective.
For an example, refer to RasterImage.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET