-
Notifications
You must be signed in to change notification settings - Fork 520
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[coregraphics] Make MatrixOrder a normal enum instead of a nested enum (
#5036) This enum might prove useful to other APIs in the future so move outside of `CGAffineTransform`.
- Loading branch information
1 parent
74576fa
commit 51e7a47
Showing
4 changed files
with
20 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
// | ||
// CGEnums.cs: Enumerations | ||
// | ||
// Author: | ||
// Vincent Dondain (vidondai@microsoft.com) | ||
// | ||
// Copyright 2018 Microsoft | ||
// | ||
|
||
namespace CoreGraphics { | ||
|
||
public enum MatrixOrder { | ||
Prepend = 0, | ||
Append = 1, | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
51e7a47
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❌ Build was (probably) aborted
🔥 Jenkins job (on internal Jenkins) failed in stage(s) 'Running XM tests on '10.7', Test docs' 🔥 : hudson.AbortException: Xamarin.Mac tests on macOS 10.7 failed (dontlink (system))
✅ Build succeeded
⚠️ API Diff (from PR only) (🔥 breaking changes 🔥)
✅ API Diff (from stable)
✅ Generator Diff (no change)
🔥 Xamarin.Mac tests on macOS 10.7 failed (dontlink (system)) 🔥
✅ Test run succeeded