mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2025-12-20 11:09:40 -06:00
9 lines
125 B
C#
9 lines
125 B
C#
namespace FileFlows.ImageNodes.Images;
|
|
|
|
public enum ResizeMode
|
|
{
|
|
Fill = 1,
|
|
Contain = 2,
|
|
Cover = 3,
|
|
None = 4
|
|
} |