Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.6
|
Leadtools.Annotations.Core Namespace > AnnLabel Class : RestrictionRectangle Property |
public LeadRectD RestrictionRectangle {get; set;}
'Declaration
Public Property RestrictionRectangle As LeadRectD
public LeadRectD RestrictionRectangle {get; set;}
@property (nonatomic) LeadRectD restrictionRectangle;
public LeadRectD getRestrictionRectangle() public void setRestrictionRectangle(LeadRectD rc)
get_RestrictionRectangle();
set_RestrictionRectangle(value);
Object.defineProperty('RestrictionRectangle');
Used by IAnnLabelRenderer.RenderLabel when the value of RestrictionMode is AnnLabelRestriction.RestrictToUserRect.