CGRect.Height Property

Definition

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.

Applies to