Gorgon
Show / Hide Table of Contents

Class RectHandle

A handle on a selection rectangle.

Inheritance
object
RectHandle
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Gorgon.Editor.Services
Assembly: Gorgon.Editor.API.dll
Syntax
public class RectHandle

Properties

| Edit this page View Source

HandleBounds

Property to return the boundaries for the handle.

Declaration
public RectangleF HandleBounds { get; set; }
Property Value
Type Description
RectangleF
| Edit this page View Source

HandleCursor

Property to return the cursor to use for the handle.

Declaration
public Cursor HandleCursor { get; set; }
Property Value
Type Description
Cursor
| Edit this page View Source

Texture

Property to assign a texture to the handle instead of an empty rectangle.

Declaration
public GorgonTexture2DView Texture { get; set; }
Property Value
Type Description
GorgonTexture2DView

Extension Methods

GorgonDebugExtensions.ValidateObject<T>(T, string)
GorgonNullExtensions.AsNullable<T>(object)
GorgonNullExtensions.IfNull<T>(object, T)
GorgonNullExtensions.IsNull(object)
  • Edit this page
  • View Source
In this article
Back to top Copyright 2023 - Licensed under the MIT license by Michael Winsor (Tape_Worm).
Send comments on this topic to the author