IPosition
Interface
Contract for positioning and transforming elements using a 2D matrix (scale, rotate, translate) within fixed documents.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Data
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
C#
public interface IPosition
Derived Classes:
Methods
Reset all transformations to identity.
C#
void Clear()
Create a deep copy of the position including its transformation state.
Rotate by the specified angle (degrees) around the origin.
Scale around a pivot point using the specified factors.
Properties
Matrix
Matrix
Current transformation matrix combining scale, rotation, and translation in page coordinates.
C#
Matrix Matrix { get; }
The transformation matrix containing scale, rotation, and translation values.