LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

CreateFlags Property (CopyRectangleCommand)






Gets or sets the flags that control memory allocation for the destination image. .NET support Silverlight support WinRT support
Syntax
public RasterMemoryFlags CreateFlags {get; set;}
'Declaration
 
Public Property CreateFlags As RasterMemoryFlags
'Usage
 
Dim instance As CopyRectangleCommand
Dim value As RasterMemoryFlags
 
instance.CreateFlags = value
 
value = instance.CreateFlags
public RasterMemoryFlags CreateFlags {get; set;}
 get_CreateFlags();
set_CreateFlags(value);
public:
property RasterMemoryFlags CreateFlags {
   RasterMemoryFlags get();
   void set (    RasterMemoryFlags value);
}

Property Value

Flags that control memory allocation for the destination image.
Example
For an example, refer to CopyRectangleCommand.
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

CopyRectangleCommand Class
CopyRectangleCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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