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