Exemplo n.º 1
0
 internal static void Pop()
 {
     MatrixStack.Pop();
     StyleStack.Pop();
 }
Exemplo n.º 2
0
 /// <summary>Restores the draw style state to the previously pushed state from the stack</summary>
 [MethodImpl(INLINE)] public static void PopStyle() => StyleStack.Pop();
Exemplo n.º 3
0
 /// <summary>Restores the draw style state to the previously pushed state from the stack</summary>
 public static void PopStyle() => StyleStack.Pop();