new AxTransformLayer(operationnon-null, propertyFirstnon-null, propertyCountnon-null)
Creates a new transform layer
Transform layers are used to define transformation operations on a transform
Parameters:
Name | Type | Description |
---|---|---|
operation |
AxTransformOperation | The transform layer's operation |
propertyFirst |
Integer | Index of the first property in the transform, which this operation owns |
propertyCount |
Integer | Number of the properteis in the transform, which this operation owns |
Methods
Set(operation, propertyFirst, propertyCount)
Parameters:
Name | Type | Description |
---|---|---|
operation |
AxTransformOperation | The transform layer's operation |
propertyFirst |
Integer | Index of the first property in the transform, which this operation owns |
propertyCount |
Integer | Number of the properteis in the transform, which this operation owns |