Leadtools.Converters assembly

Width Property

Show in webframe







Gets or sets the pixel width of the data in this buffer.
Syntax
public int Width {get; set;}
'Declaration
 
Public Property Width As Integer
'Usage
 
Dim instance As RasterRenderBuffer
Dim value As Integer
 
instance.Width = value
 
value = instance.Width
public int Width {get; set;}

            

            
 
get_Width();
set_Width(value);
Object.defineProperty('Width');
public:
property int Width {
   int get();
   void set (    int value);
}

Property Value

The pixel width of the data in this buffer. Default value is 0. Must be a value greater than 0.
Example

For an example, refer to RasterImageRenderer.

Requirements

Target Platforms

See Also

Reference

RasterRenderBuffer Class
RasterRenderBuffer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.