Click or drag to resize

ISvgClipable Interface

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Defines the methods and properties that an SvgElement must implement to support clipping.

Namespace:  Svg
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public interface ISvgClipable
Request Example View Source

The ISvgClipable type exposes the following members.

Properties
  NameDescription
Public propertyClipPath
Gets or sets the ID of the associated SvgClipPath if one has been specified.
Public propertyClipRule
Specifies the rule used to define the clipping region when the element is within a SvgClipPath.
Top
Methods
  NameDescription
Public methodResetClip
Resets the clipping region of the specified SvgRenderer back to where it was before the SetClip(SvgRenderer) method was called.
Public methodSetClip
Sets the clipping region of the specified SvgRenderer.
Top
See Also

Reference