Height Property

Summary

Gets or sets the height of the D2DBitmap.

Syntax
C#
VB
C++
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.

Remarks

The default value is 0.

Requirements

Target Platforms

See Also

Reference

D2DBitmap Class

D2DBitmap Members

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.D2DRendering Assembly