clipPath Property (AnnObjectRenderer)

Summary

Gets or sets a value that indicates whether a clipping path has been set.

Syntax

JavaScript Syntax
Object.defineProperty(AnnObjectRenderer.prototype, 'clipPath', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
clipPath: boolean; // protected

Property Value

true if a clipping path has been set; otherwise, it is false. 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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Annotations.Rendering Assembly
Click or drag to resize