change UI to UI.WinForms
This commit is contained in:
8
Pilz.UI.WinForms/PaintingControl/ImageProperties.cs
Normal file
8
Pilz.UI.WinForms/PaintingControl/ImageProperties.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Pilz.UI.WinForms.PaintingControl;
|
||||
|
||||
public class PaintingObjectImageProperties
|
||||
{
|
||||
public bool FlipY { get; set; } = false;
|
||||
public bool FlipX { get; set; } = false;
|
||||
public ushort Rotate { get; set; } = 0;
|
||||
}
|
||||
Reference in New Issue
Block a user