LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)
LEAD Technologies, Inc

CanvasCommandFlags Enumeration






Flags that identify how to distribute the canvas image with respect to the image and how to handle resizing.

.NET support WinRT support
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum CanvasCommandFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As CanvasCommandFlags
[FlagsAttribute()]
public enum CanvasCommandFlags : System.IComparableSystem.IConvertibleSystem.IFormattable  
Leadtools.ImageProcessing.SpecialEffects.CanvasCommandFlags = function() { };
Leadtools.ImageProcessing.SpecialEffects.CanvasCommandFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()]
public enum class CanvasCommandFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberDescription
ResizeBicubicUse bicubic interpolation and averaging to produce a higher quality image. This is slower than ResizeResample.
ResizeNormalResize normally.
ResizeResampleUse linear interpolation and averaging to produce a higher quality image.
TileFitFit the canvas image so it has the same dimensions as the image that is being applied to the canvas, without tiling.
TileShiftShift the canvas image by the amount specified in TilesOffset.
Remarks
You can use a bitwise OR (|) to specify one flag from each group.
Group Flags
canvas image distribution TileFit TileShift
Resizing interpolation ResizeNormal ResizeResample ResizeBicubic
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.SpecialEffects.CanvasCommandFlags

Requirements

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

See Also

Reference

Leadtools.ImageProcessing.SpecialEffects Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.