Skip to main content

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.ToString
  • System.Object.Equals(System.Object,System.Object)
  • System.Object.ReferenceEquals(System.Object,System.Object)
  • System.Object.GetHashCode
  • System.Object.GetType
  • System.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
TypeNameDescription
System.Objectobj
Returns

System.Boolean

Overrides
  • System.Object.Equals(System.Object)

Equals

public bool Equals(ResizeGripsPermissions other)
Parameters
TypeNameDescription
Aurigma.DesignAtoms.Canvas.ItemHandlers.ResizeGripsPermissionsother
Returns

System.Boolean

Was this page helpful?