-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Acrylic noise DPI scaling bug fixed, new custom DPI option added
- Loading branch information
1 parent
bd5e337
commit bdf6cdc
Showing
14 changed files
with
90 additions
and
24,631 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
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
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,28 @@ | ||
namespace UICompositionAnimations.Enums | ||
{ | ||
/// <summary> | ||
/// Indicates the DPI mode to use to load an image | ||
/// </summary> | ||
public enum BitmapDPIMode | ||
{ | ||
/// <summary> | ||
/// Uses the original DPI settings of the loaded image | ||
/// </summary> | ||
UseSourceDPI, | ||
|
||
/// <summary> | ||
/// Uses the default value of 96 DPI | ||
/// </summary> | ||
Default96DPI, | ||
|
||
/// <summary> | ||
/// Overrides the image DPI settings with the current screen DPI value | ||
/// </summary> | ||
CopyDisplayDPISetting, | ||
|
||
/// <summary> | ||
/// Overrides the image DPI settings with the current screen DPI value and ensures the resulting value is at least 96 | ||
/// </summary> | ||
CopyDisplayDPISettingsWith96AsLowerBound | ||
} | ||
} |
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
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
Binary file removed
BIN
-46 KB
UICompositionAnimations/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
Binary file not shown.
Empty file.
Empty file.
Empty file.
Oops, something went wrong.