(Leadtools.Annotations.Rendering)

ClipPath Property

Show in webframe




Gets or sets a value that indicates whether a clipping path has been set.
Syntax
protected virtual bool ClipPath {get; set;}
protected virtual bool ClipPath {get; set;}
@property (nonatomic) BOOL clipPath;
public boolean getClipPath()
public void setClipPath(boolean clipPath)
            
 
get_ClipPath();
set_ClipPath(value);
Object.defineProperty('ClipPath');

Property Value

true if a clipping path has been set; false, otherwise. The default value is false.
Remarks

The value of the ClipPath gets set to true between calls to BeginClipPath and EndClipPath. Derived classes can read the value of the ClipPath and determine if clipping must be set in the context.

Requirements

Target Platforms

See Also

Reference

AnnObjectRenderer Class
AnnObjectRenderer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.