6 lines
187 B
VB.net
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
|