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