|
override void | deleteCptr () |
|
override void | deleteCptr () |
|
virtual IntPtr | GetNonDirectorClassID () |
|
The LeaderLineClippingElement class is a user space object. It is used to define clipping of leader lines around a text background If LeaderLineClippingElement does not have another ShapeElement set for the clip region, it will use the background shape. If LeaderLineClippingElement has another ShapeElement set for the clip region, it will use that instead
◆ LeaderLineClippingElement() [1/3]
HPS.LeaderLineClippingElement.LeaderLineClippingElement |
( |
| ) |
|
|
inline |
◆ LeaderLineClippingElement() [2/3]
HPS.LeaderLineClippingElement.LeaderLineClippingElement |
( |
HPS.ShapeElement |
in_that | ) |
|
|
inline |
This constructor creates a LeaderLineClippingElement object that contains the same settings as the source ShapeElement. The copy will only be successful if the source shape element is really an upcast of a line clipping shape element. Otherwise the copy will fail and the resulting LeaderLineClippingElement will be invalid.
- Parameters
-
◆ LeaderLineClippingElement() [3/3]
◆ ObjectType()
override HPS.Type HPS.LeaderLineClippingElement.ObjectType |
( |
| ) |
|
|
inlinevirtual |
This function returns the type the object, as declared (if the object is derived, this does not give the true type of the derived object).
- Returns
- The declared type of the object in question, which may differ from the true, underlying type.
Reimplemented from HPS.Object.
◆ SetShape() [1/5]
Sets the explicit Polygon clip shape for this LeaderLineClippingElement. if no explicit shape is set, the background shape will be used
- Parameters
-
in_shape | The shape to clip leader lines with. |
◆ SetShape() [2/5]
Sets the explicit Ellipse clip shape for this LeaderLineClippingElement. if no explicit shape is set, the background shape will be used
- Parameters
-
in_shape | The shape to clip leader lines with. |
◆ SetShape() [3/5]
Sets the explicit Elliptical Arcclip shape for this LeaderLineClippingElement. if no explicit shape is set, the background shape will be used
- Parameters
-
in_shape | The shape to clip leader lines with. |
◆ SetShape() [4/5]
Sets the explicit Circle clip shape for this LeaderLineClippingElement. if no explicit shape is set, the background shape will be used
- Parameters
-
in_shape | The shape to clip leader lines with. |
◆ SetShape() [5/5]
Sets the explicit Circular Arc clip shape for this LeaderLineClippingElement. if no explicit shape is set, the background shape will be used
- Parameters
-
in_shape | The shape to clip leader lines with. |
◆ ShowShape() [1/5]
Shows the explicit Polygon clip shape for this LeaderLineClippingElement. If the wrong type is provided, will return false
- Parameters
-
out_shape | The explicit clip shape. |
- Returns
- true if out_shape was set, false otherwise.
◆ ShowShape() [2/5]
Shows the explicit Ellipse clip shape for this LeaderLineClippingElement. If the wrong type is provided, will return false
- Parameters
-
out_shape | The explicit clip shape. |
- Returns
- true if out_shape was set, false otherwise.
◆ ShowShape() [3/5]
Shows the explicit EllipticalArc clip shape for this LeaderLineClippingElement. If the wrong type is provided, will return false
- Parameters
-
out_shape | The explicit clip shape. |
- Returns
- true if out_shape was set, false otherwise.
◆ ShowShape() [4/5]
Shows the explicit Circle clip shape for this LeaderLineClippingElement. If the wrong type is provided, will return false
- Parameters
-
out_shape | The explicit clip shape. |
- Returns
- true if out_shape was set, false otherwise.
◆ ShowShape() [5/5]
Shows the explicit Ciruclar Arc clip shape for this LeaderLineClippingElement. If the wrong type is provided, will return false
- Parameters
-
out_shape | The explicit clip shape. |
- Returns
- true if out_shape was set, false otherwise.
◆ UnSetShape()
Unsets the explicit clip shape and returns to the default functionality of clipping around the background shape
The documentation for this class was generated from the following file:
- internals/hps_core/source/cs/HPS.LeaderLineClippingElement.cs