C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the uiser restriction rectangle for this AnnLabel.
public LeadRectD RestrictionRectangle { get; set; }
Public Property RestrictionRectangle As Leadtools.LeadRectD
public Leadtools.LeadRectD RestrictionRectangle {get; set;}
@property (nonatomic) LeadRectD restrictionRectangle;
public LeadRectD getRestrictionRectangle()
public void setRestrictionRectangle(LeadRectD rc)
get_RestrictionRectangle();
set_RestrictionRectangle(value);
Object.defineProperty('RestrictionRectangle');
The user restriction rectangle for this AnnLabel. Default value is an empty Leadtools.LeadRectD.
Used by IAnnLabelRenderer.RenderLabel when the value of RestrictionMode is AnnLabelRestriction.RestrictToUserRect.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET