←Select platform

NoRegionClip Property

Summary
Enables or disables clipping the image to the region.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public bool NoRegionClip { get; set; } 
@property (nonatomic, assign) BOOL clipsRegion 
public boolean getNoRegionClip(); 
public void setNoRegionClip( 
   boolean booleanValue 
); 
public: 
property bool NoRegionClip { 
   bool get(); 
   void set (    bool ); 
} 
NoRegionClip # get and set (RasterImage) 

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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

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