RasterAttributesWidth Property  | 
 
Gets the width of the raster in pixels.
 
    Namespace: 
   AGI.Foundation.Graphics.Imaging
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic int Width { get; }Public ReadOnly Property Width As Integer
	Get
public:
property int Width {
	int get ();
}member Width : int with get
Property Value
Type: 
Int32
See Also