←Select platform

NoRegionClip Property

Summary
Enables or disables clipping the image to the region.
Syntax
C#
VB
Objective-C
C++
Java
public bool NoRegionClip { get; set; } 
Public Property NoRegionClip As Boolean 
@property (nonatomic, assign) BOOL clipsRegion 
public boolean getNoRegionClip() 
public void setNoRegionClip(boolean value) 
public: 
property bool NoRegionClip { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to clip the image to the region; false, otherwise.

Remarks

This property is used internally by LEADTOOLS.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.