Class RectHandle
A handle on a selection rectangle.
Inherited Members
Namespace: Gorgon.Editor.Services
Assembly: Gorgon.Editor.API.dll
Syntax
public class RectHandle
Properties
| Edit this page View SourceHandleBounds
Property to return the boundaries for the handle.
Declaration
public RectangleF HandleBounds { get; set; }
Property Value
Type | Description |
---|---|
RectangleF |
HandleCursor
Property to return the cursor to use for the handle.
Declaration
public Cursor HandleCursor { get; set; }
Property Value
Type | Description |
---|---|
Cursor |
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 |