LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

CanvasCommandFlags Enumeration

Show in webframe







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

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 = {
TileFit = 0x00000000, ResizeNormal = 0x00000000, ResizeResample = 0x00000002, ResizeBicubic = 0x00000004, TileShift = 0x00000010, };
[FlagsAttribute()]
public enum class CanvasCommandFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000TileFitFit the canvas image so it has the same dimensions as the image that is being applied to the canvas, without tiling.
0x00000000ResizeNormalResize normally.
0x00000002ResizeResampleUse linear interpolation and averaging to produce a higher quality image.
0x00000004ResizeBicubicUse bicubic interpolation and averaging to produce a higher quality image. This is slower than ResizeResample.
0x00000010TileShiftShift 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

See Also

Reference

Leadtools.ImageProcessing.SpecialEffects Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.