Files
Pilz/Pilz.UI.WinForms/PaintingControl/ImageProperties.vb
2025-06-16 11:50:17 +02:00

6 lines
187 B
VB.net

Public Class PaintingObjectImageProperties
Public Property FlipY As Boolean = False
Public Property FlipX As Boolean = False
Public Property Rotate As UShort = 0
End Class