Remove CurrentTransformationMatrix from IOperationContext.

This commit is contained in:
BobLd 2020-11-23 11:13:46 +00:00
parent eb85f67b18
commit 910e22997c

View File

@ -25,11 +25,6 @@
/// </summary>
TextMatrices TextMatrices { get; }
/// <summary>
/// The current transformation matrix
/// </summary>
TransformationMatrix CurrentTransformationMatrix { get; }
/// <summary>
/// The number of graphics states on the stack.
/// </summary>