Class LayerTransformProperties
Represents the transform properties of a layer
Implements
System.IDisposable
Inherited Members
Namespace: Artemis.Core
Assembly: Artemis.Core.dll
Syntax
public class LayerTransformProperties : LayerPropertyGroup, IDisposable
Properties
| Improve this Doc View SourceAnchorPoint
The point at which the shape is attached to its position
Declaration
public SKPointLayerProperty AnchorPoint { get; set; }
Property Value
Type | Description |
---|---|
SKPointLayerProperty |
Opacity
The opacity of the shape
Declaration
public FloatLayerProperty Opacity { get; set; }
Property Value
Type | Description |
---|---|
FloatLayerProperty |
Position
The position of the shape
Declaration
public SKPointLayerProperty Position { get; set; }
Property Value
Type | Description |
---|---|
SKPointLayerProperty |
Rotation
The rotation of the shape in degree
Declaration
public FloatLayerProperty Rotation { get; set; }
Property Value
Type | Description |
---|---|
FloatLayerProperty |
Scale
The scale of the shape
Declaration
public SKSizeLayerProperty Scale { get; set; }
Property Value
Type | Description |
---|---|
SKSizeLayerProperty |
Methods
| Improve this Doc View SourceDisableProperties()
Called when the property group is deactivated (either the profile unloaded or the related brush/effect was removed)
Declaration
protected override void DisableProperties()
Overrides
| Improve this Doc View SourceEnableProperties()
Called when the property group is activated
Declaration
protected override void EnableProperties()
Overrides
| Improve this Doc View SourcePopulateDefaults()
Called before property group is activated to allow you to populate DefaultValue on the properties you want
Declaration
protected override void PopulateDefaults()
Overrides
Implements
System.IDisposable