AlignConstraint
Object Hierarchy:
Description:
[
CCode ( type_id =
"clutter_align_constraint_get_type ()" ) ]
[
Version ( since =
"1.4" ) ]
public sealed class AlignConstraint :
Constraint
AlignConstraint is an opaque structure whose members cannot be directly accesses
Content:
Properties:
- public AlignAxis align_axis { get; set construct; }
The axis to be used to compute the alignment
- public float factor { get; set construct; }
The alignment factor, as a normalized value between 0.0 and 1.0
- public Actor source { get; set construct; }
The Actor used
as the source for the alignment.
Creation methods:
- public AlignConstraint (Actor? source, AlignAxis axis, float factor)
Creates a new constraint, aligning a
Actor's position with regards of the size of the actor to source
,
with the given alignment factor
Methods:
Inherited Members:
All known members inherited from class Clutter.Constraint
All known members inherited from class Clutter.ActorMeta
All known members inherited from class GLib.Object