LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

NoRegionClip Property






Enables or disables clipping the image to the region. .NET support Silverlight support WinRT support
Syntax
public bool NoRegionClip {get; set;}
'Declaration
 
Public Property NoRegionClip As Boolean
'Usage
 
Dim instance As RasterImage
Dim value As Boolean
 
instance.NoRegionClip = value
 
value = instance.NoRegionClip
public bool NoRegionClip {get; set;}
 get_NoRegionClip();
set_NoRegionClip(value);
public:
property bool NoRegionClip {
   bool get();
   void set (    bool value);
}

Property Value

true to clip the image to the region; false, otherwise.
Remarks
This property is used internally by LEADTOOLS.
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

RasterImage Class
RasterImage Members

 

 


Products | Support | Contact Us | Copyright Notices

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