Class ResizeGripsPermissions
Constructors
(constructor)(proportional, arbitrary, arbitraryFirst)
Constructs a new instance of the ResizeGripsPermissions class
Declaration
constructor(proportional: boolean, arbitrary: boolean, arbitraryFirst?: boolean);
Parameters
| Type |
Name |
Description |
| boolean |
proportional |
|
| boolean |
arbitrary |
|
| boolean |
arbitraryFirst |
|
Properties
arbitrary
Declaration
static arbitrary: ArbitraryCorner;
Property Value
corner
Declaration
get corner(): ResizeGripsCorner[];
set corner(value: ResizeGripsCorner[]);
Property Value
data
Declaration
get data(): {
Edge: boolean;
Corner: ResizeGripsCorner[];
};
Property Value
edge
Declaration
get edge(): boolean;
set edge(value: boolean);
Property Value
edgeConstraint
Declaration
set edgeConstraint(value: boolean);
Property Value
propertyChanged
Declaration
propertyChanged: EventObject<unknown>;
Property Value
proportional
Declaration
static proportional: ProportionalCorner;
Property Value
type
Declaration
Property Value
type
Declaration
Property Value
Methods
_fromData(data)
Declaration
static _fromData(data?: {
Corner: ResizeGripsCorner[];
Edge: boolean;
}): ResizeGripsPermissions;
Parameters
Returns
clone()
Declaration
clone(): ResizeGripsPermissions;
Returns
equals(p)
Declaration
equals(p: ResizeGripsPermissions): any;
Parameters
Returns
getCornerArbitrary()
Declaration
getCornerArbitrary(): boolean;
Returns
getCornerProportional()
Declaration
getCornerProportional(): boolean;
Returns
getSimplifiedObject()
Declaration
getSimplifiedObject(): Object;
Returns
setCornerArbitrary(value)
Declaration
setCornerArbitrary(value: boolean): void;
Parameters
| Type |
Name |
Description |
| boolean |
value |
|
Returns
setCornerArbitraryConstraint(value)
Declaration
setCornerArbitraryConstraint(value: boolean): void;
Parameters
| Type |
Name |
Description |
| boolean |
value |
|
Returns
setCornerProportional(value)
Declaration
setCornerProportional(value: boolean): void;
Parameters
| Type |
Name |
Description |
| boolean |
value |
|
Returns