Error processing SSI file
LEADTOOLS WPF (Leadtools.Windows.D2DRendering assembly)

Show in webframe

Width Property






Gets or sets the width of the D2DBitmap.
Syntax
public double Width {get; set;}
'Declaration
 
Public Property Width As Double
'Usage
 
Dim instance As D2DBitmap
Dim value As Double
 
instance.Width = value
 
value = instance.Width

            

            
public:
property double Width {
   double get();
   void set (    double value);
}

Property Value

The width of the D2DBitmap in pixels.
Remarks
The default value is 0.
Requirements

Target Platforms

See Also

Reference

D2DBitmap Class
D2DBitmap Members

Error processing SSI file