PerClientZoomAnchor option

This commit is contained in:
Izakbar
2024-11-27 00:23:13 +00:00
parent 1a98888bbd
commit b7f9c71f5b
7 changed files with 47 additions and 8 deletions

View File

@@ -1,6 +1,7 @@
using System;
using System.Drawing;
using System.Windows.Forms;
using EveOPreview.Configuration;
using EveOPreview.Services;
namespace EveOPreview.View
@@ -14,7 +15,7 @@ namespace EveOPreview.View
Point ThumbnailLocation { get; set; }
Size ThumbnailSize { get; set; }
bool IsOverlayEnabled { get; set; }
ZoomAnchor ClientZoomAnchor { get; set; }
bool IsKnownHandle(IntPtr handle);
void SetSizeLimitations(Size minimumSize, Size maximumSize);