Width Property
Summary
Gets or sets the width of the D2DBitmap.
Syntax
public double Width { get; set; }
Public Property Width As Double
public:
property double Width {
double get();
void set ( double );
}
Property Value
The width of the D2DBitmap in pixels.