←Select platform

ClipRectangle Property

Summary

Gets the current clipping rectangle for this AnnRenderingEngine.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public LeadRectD ClipRectangle { get; } 
Public ReadOnly Property ClipRectangle As Leadtools.LeadRectD 
public Leadtools.LeadRectD ClipRectangle {get;} 
@property (nonatomic,readonly) LeadRectD clipRectangle; 
public LeadRectD getClipRectangle() 
 get_ClipRectangle();  
public:  
   property LeadRectD^ ClipRectangle 
   { 
      LeadRectD^ get() 
   } 

Property Value

A Leadtools.LeadRectD which contains the clipping rectangle for this AnnRenderingEngine.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly