LEADTOOLS (Leadtools assembly)

NoRegionClip Property

Show in webframe







Enables or disables clipping the image to the region.
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;}
@property (nonatomic, assign) BOOL noRegionClip;
public boolean getNoRegionClip()
public void setNoRegionClip(boolean value)
            
 
get_NoRegionClip();
set_NoRegionClip(value);
Object.defineProperty('NoRegionClip');
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

See Also

Reference

RasterImage Class
RasterImage Members

 

 


Products | Support | Contact Us | Copyright Notices

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