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

AsFrame Property






Gets or sets a value that indicates whether to create a frame associated with the resized image region. .NET support
Syntax
public bool AsFrame {get; set;}
'Declaration
 
Public Property AsFrame As Boolean
'Usage
 
Dim instance As ResizeRegionCommand
Dim value As Boolean
 
instance.AsFrame = value
 
value = instance.AsFrame
public bool AsFrame {get; set;}
 get_AsFrame();
set_AsFrame(value);
public:
property bool AsFrame {
   bool get();
   void set (    bool value);
}

Property Value

Value that indicates whether to create a frame associated with the resized image region. If this property is true, then the command creates a frame with the thickness set in the Dimension property for the resized region. If the Type property is ResizeRegionCommandType.ExpandRegion, the frame created will exist outside the boundaries of the resized region. If the Type property is ResizeRegionCommandType.ContractRegion, the frame will be within the boundaries of the resized region. If this property is false then the command resizes the region only, and does not create a frame.
Example
Refer to ResizeRegionCommand.
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

ResizeRegionCommand Class
ResizeRegionCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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