Enum ZoomLevels
The zoom levels for image magnification.
Namespace: Gorgon.Editor.UI
Assembly: Gorgon.Editor.API.dll
Syntax
public enum ZoomLevels
Fields
Name | Description |
---|---|
Custom | Custom resize value. |
Percent100 | Set to full size. |
Percent12 | Shrink to 12% of normal size. |
Percent1600 | Expand to 1600% of normal size. |
Percent200 | Expand to 200% of normal size. |
Percent25 | Shrink to 25% of normal size. |
Percent3200 | Expand to 3200% of normal size. |
Percent400 | Expand to 400% of normal size. |
Percent50 | Shrink to 50% of normal size. |
Percent6400 | Expand to 6400% of normal size. |
Percent800 | Expand to 800% of normal size. |
ToWindow | Resize to the client area of the window. |