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

Flags Property (CanvasCommand)






Gets or sets the flags that identify how to distribute the canvas image with respect to the image and how to handle resizing. .NET support WinRT support
Syntax
public CanvasCommandFlags Flags {get; set;}
'Declaration
 
Public Property Flags As CanvasCommandFlags
'Usage
 
Dim instance As CanvasCommand
Dim value As CanvasCommandFlags
 
instance.Flags = value
 
value = instance.Flags
public CanvasCommandFlags Flags {get; set;}
 get_Flags();
set_Flags(value);
public:
property CanvasCommandFlags Flags {
   CanvasCommandFlags get();
   void set (    CanvasCommandFlags value);
}

Property Value

Flags that identify how to distribute the canvas image with respect to the image and how to handle resizing.
Example
Refer to CanvasCommand example.
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

CanvasCommand Class
CanvasCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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