CGRect.Height Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the height of this CGRect structure.
public nfloat Height { get; set; }
member this.Height : nfloat with get, set
Property Value
Remarks
Changing the Height property will also cause a change in the Bottom property of the CGRect. The units the rectangle is drawn in is determined by the P:System.Drawing.Graphics.PageUnit and P:System.Drawing.Graphics.PageScale properties of the graphics object used for drawing. The default unit is pixels.