Leadtools.ImageProcessing.SpecialEffects Namespace : CanvasCommandFlags Enumeration |
Flags that identify how to distribute the canvas image with respect to the image and how to handle resizing.
[FlagsAttribute()] public enum CanvasCommandFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum CanvasCommandFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As CanvasCommandFlags
[FlagsAttribute()] public enum CanvasCommandFlags : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.ImageProcessing.SpecialEffects.CanvasCommandFlags = function() { }; Leadtools.ImageProcessing.SpecialEffects.CanvasCommandFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()] public enum class CanvasCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
ResizeBicubic | Use bicubic interpolation and averaging to produce a higher quality image. This is slower than ResizeResample. |
ResizeNormal | Resize normally. |
ResizeResample | Use linear interpolation and averaging to produce a higher quality image. |
TileFit | Fit the canvas image so it has the same dimensions as the image that is being applied to the canvas, without tiling. |
TileShift | Shift the canvas image by the amount specified in TilesOffset. |
Group | Flags |
canvas image distribution | TileFit TileShift |
Resizing interpolation | ResizeNormal ResizeResample ResizeBicubic |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.SpecialEffects.CanvasCommandFlags
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2