Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
Width Property
See Also 
Leadtools Namespace > RasterImage Class : Width Property



Gets the width of this RasterImage in pixels.

Syntax

Visual Basic (Declaration) 
Public Overridable ReadOnly Property Width As Integer
Visual Basic (Usage)Copy Code
Dim instance As RasterImage
Dim value As Integer
 
value = instance.Width
C# 
public virtual int Width {get;}
C++/CLI 
public:
virtual property int Width {
   int get();
}

Return Value

The width of this RasterImage in pixels.

Remarks

This is the actual width of the image data scanline.

Use ImageWidth to get the width of the image taking the RasterImage.ViewPerspective into account.

For more information refer to Accounting for View Perspective.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also