Class ResizeGripsPermissions
Namespace: Aurigma.DesignAtoms.Canvas.ItemHandlers
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class ResizeGripsPermissions : ICloneable
Inheritance: System.Object -> ResizeGripsPermissions
Implements
System.ICloneable
Inherited Members
System.Object.ToStringSystem.Object.Equals(System.Object,System.Object)System.Object.ReferenceEquals(System.Object,System.Object)System.Object.GetHashCodeSystem.Object.GetTypeSystem.Object.MemberwiseClone
Constructors
ResizeGripsPermissions
public ResizeGripsPermissions()
ResizeGripsPermissions
public ResizeGripsPermissions(bool defaultValue)
ResizeGripsPermissions
public ResizeGripsPermissions(bool proportional, bool arbitrary, bool arbitraryFirst = true)
Properties
Edge
public bool Edge { get; set; }
Corner
public string[] Corner { get; set; }
CornerArbitrary
public bool CornerArbitrary { get; set; }
CornerProportional
public bool CornerProportional { get; set; }
Methods
Clone
public object Clone()
Returns
System.Object
Equals
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
System.Object | obj |
Returns
System.Boolean
Overrides
System.Object.Equals(System.Object)
Equals
public bool Equals(ResizeGripsPermissions other)
Parameters
| Type | Name | Description |
|---|---|---|
| Aurigma.DesignAtoms.Canvas.ItemHandlers.ResizeGripsPermissions | other |
Returns
System.Boolean