-
Notifications
You must be signed in to change notification settings - Fork 366
T_Aurora_Settings_FreeFormObject
Anton Pupkov edited this page Aug 8, 2016
·
1 revision
A class representing a region within a bitmap.
System.Object
Aurora.Settings.FreeFormObject
Namespace: Aurora.Settings
Assembly: Aurora (in Aurora.exe) Version: 1.0.0.0 (0.0.4.6)
C#
public class FreeFormObject
The FreeFormObject type exposes the following members.
Name | Description | |
---|---|---|
![]() |
FreeFormObject() | Creates a default instance of the FreeFormObject |
![]() |
FreeFormObject(Single, Single, Single, Single, Single) | Creates an instance of the FreeFormObject with specified parameters. |
Name | Description | |
---|---|---|
![]() |
Angle | Get/Set the rotation angle of this region. |
![]() |
Height | Get/Set the Height of this region. |
![]() |
Type | Get/Set the type of this region. |
![]() |
Width | Get/Set the Width of this region. |
![]() |
X | Get/Set the X coordinate for this region. |
![]() |
Y | Get/Set the Y coordinate for this region. |
Name | Description | |
---|---|---|
![]() |
Equals(Object) | An equals function, compares this instance of FreeFormObject to another object and returns whether or not they are equal. (Overrides Object.Equals(Object).) |
![]() |
Equals(FreeFormObject) | An equals function, compares this instance of FreeFormObject to another instance of FreeFormObject and returns whether or not they are equal. |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Generates a hash code representing this FreeFormObject (Overrides Object.GetHashCode().) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() |
ValuesChanged | Event for when any value of this FreeFormObject changes. |