←Select platform

ClipPath Property (AnnObjectRenderer)

Summary
Gets or sets a value that indicates whether a clipping path has been set.
Syntax
C#
Objective-C
Java
protected virtual bool ClipPath {get; set;} 
@property (nonatomic, assign) BOOL clipPath 
public boolean getClipPath(); 
public void setClipPath( 
   boolean booleanValue 
); 

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

Help Version 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Rendering.WinForms Assembly

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