←Select platform

ClipPath Property (AnnD2DObjectRenderer)

Summary

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

Syntax

C#
VB
WinRT C#
protected virtual bool ClipPath {get; set;} 
Protected Overridable Property ClipPath As Boolean 
protected virtual bool ClipPath {get; set;} 
 <br/>get_ClipPath();<br/>set_ClipPath(value);<br/>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

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

Leadtools.Annotations.Rendering.WinForms Assembly