Search
RectangleI.Y Property
See Also
 






Gets or sets the y-coordinate of the upper left corner of the rectangle.

Namespace: MindFusion
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public int Y { get; set; }

Visual Basic  Copy Code

Public Property Y As Integer

 Property Value

 See Also