Visual Basic (Declaration) | |
---|---|
Public Property Flags As RotateCommandBitmapEffectsFlags |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public RotateCommandBitmapEffectsFlags Flags {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property RotateCommandBitmapEffectsFlags get_Flags(); public: __property void set_Flags( RotateCommandBitmapEffectsFlags value ); |
C++/CLI | |
---|---|
public: property RotateCommandBitmapEffectsFlags Flags { RotateCommandBitmapEffectsFlags get(); void set (RotateCommandBitmapEffectsFlags value); } |
Return Value
Flag to keep the resulting image the same size as the original image or to resize according to the rotation direction specified.RotateCommandBitmapEffectsFlags.Resample and RotateCommandBitmapEffectsFlags.Bicubic can be combined with RotateCommandBitmapEffectsFlags.Resize, but they can not be combined with each other. Therefore, you can pass RotateCommandBitmapEffectsFlags.Resample Or RotateCommandBitmapEffectsFlags.Resize, but not RotateCommandBitmapEffectsFlags.Resample | RotateCommandBitmapEffectsFlags..Bicubic.
If RotateCommandBitmapEffectsFlags.Resize is set, then the image is resized. Otherwise, the image is cropped.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family