Show / Hide Table of Contents

Class SelectorSet.ClientRectangle

Inheritance
System.Object
SelectorSet.ClientRectangle
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: GenerallyPositive
Assembly: GPAL.dll
Syntax
public class ClientRectangle

Fields

bottom

Declaration
public float bottom
Field Value
Type Description
System.Single

height

Declaration
public float height
Field Value
Type Description
System.Single

left

Declaration
public float left
Field Value
Type Description
System.Single

right

Declaration
public float right
Field Value
Type Description
System.Single

top

Declaration
public float top
Field Value
Type Description
System.Single

width

Declaration
public float width
Field Value
Type Description
System.Single

x

Declaration
public float x
Field Value
Type Description
System.Single

y

Declaration
public float y
Field Value
Type Description
System.Single
In This Article
Back to top Generated by DocFX