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:
Properties
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.