Skip to content

T_Aurora_Settings_FreeFormObject

Anton Pupkov edited this page Aug 8, 2016 · 1 revision

FreeFormObject Class

A class representing a region within a bitmap.

Inheritance Hierarchy

System.Object
  Aurora.Settings.FreeFormObject
Namespace: Aurora.Settings
Assembly: Aurora (in Aurora.exe) Version: 1.0.0.0 (0.0.4.6)

Syntax

C#

public class FreeFormObject

The FreeFormObject type exposes the following members.

Constructors

 

Name Description
Public method FreeFormObject() Creates a default instance of the FreeFormObject
Public method FreeFormObject(Single, Single, Single, Single, Single) Creates an instance of the FreeFormObject with specified parameters.
  Back to Top

Properties

 

Name Description
Public property Angle Get/Set the rotation angle of this region.
Public property Height Get/Set the Height of this region.
Public property Type Get/Set the type of this region.
Public property Width Get/Set the Width of this region.
Public property X Get/Set the X coordinate for this region.
Public property Y Get/Set the Y coordinate for this region.
  Back to Top

Methods

 

Name Description
Public method 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).)
Public method Equals(FreeFormObject) An equals function, compares this instance of FreeFormObject to another instance of FreeFormObject and returns whether or not they are equal.
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Generates a hash code representing this FreeFormObject (Overrides Object.GetHashCode().)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
  Back to Top

Events

 

Name Description
Public event ValuesChanged Event for when any value of this FreeFormObject changes.
  Back to Top

See Also

Reference

Aurora.Settings Namespace

Clone this wiki locally