|
override void | Dispose () |
|
| LeaderLineClippingElement () |
| The default constructor creates an empty LeaderLineClippingElement object. More...
|
|
| LeaderLineClippingElement (HPS.ShapeElement in_that) |
| 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. More...
|
|
| LeaderLineClippingElement (HPS.LeaderLineClippingElement in_that) |
| The copy constructor creates a new LeaderLineClippingElement object that contains the same settings as the source LeaderLineClippingElement. More...
|
|
override HPS.Type | ObjectType () |
| This function returns the type the object, as declared. This does not necessarily give the true type of the underlying object. More...
|
|
HPS.LeaderLineClippingElement | SetShape (HPS.PolygonShapeElement in_shape) |
| Sets the explicit Polygon clip shape for this LeaderLineClippingElement. if no explicit shape is set, the background shape will be used More...
|
|
HPS.LeaderLineClippingElement | SetShape (HPS.EllipseShapeElement in_shape) |
| Sets the explicit Ellipse clip shape for this LeaderLineClippingElement. if no explicit shape is set, the background shape will be used More...
|
|
HPS.LeaderLineClippingElement | SetShape (HPS.EllipticalArcShapeElement in_shape) |
| Sets the explicit Elliptical Arcclip shape for this LeaderLineClippingElement. if no explicit shape is set, the background shape will be used More...
|
|
HPS.LeaderLineClippingElement | SetShape (HPS.CircleShapeElement in_shape) |
| Sets the explicit Circle clip shape for this LeaderLineClippingElement. if no explicit shape is set, the background shape will be used More...
|
|
HPS.LeaderLineClippingElement | SetShape (HPS.CircularArcShapeElement in_shape) |
| Sets the explicit Circular Arc clip shape for this LeaderLineClippingElement. if no explicit shape is set, the background shape will be used More...
|
|
bool | ShowClipShapeType (out HPS.Type out_type) |
|
bool | ShowShape (out HPS.PolygonShapeElement out_shape) |
| Shows the explicit Polygon clip shape for this LeaderLineClippingElement. If the wrong type is provided, will return false More...
|
|
bool | ShowShape (out HPS.EllipseShapeElement out_shape) |
| Shows the explicit Ellipse clip shape for this LeaderLineClippingElement. If the wrong type is provided, will return false More...
|
|
bool | ShowShape (out HPS.EllipticalArcShapeElement out_shape) |
| Shows the explicit EllipticalArc clip shape for this LeaderLineClippingElement. If the wrong type is provided, will return false More...
|
|
bool | ShowShape (out HPS.CircleShapeElement out_shape) |
| Shows the explicit Circle clip shape for this LeaderLineClippingElement. If the wrong type is provided, will return false More...
|
|
bool | ShowShape (out HPS.CircularArcShapeElement out_shape) |
| Shows the explicit Ciruclar Arc clip shape for this LeaderLineClippingElement. If the wrong type is provided, will return false More...
|
|
HPS.LeaderLineClippingElement | UnSetShape () |
| Unsets the explicit clip shape and returns to the default functionality of clipping around the background shape More...
|
|
override void | Dispose () |
|
override bool | Equals (System.Object obj) |
|
bool | Equals (HPS.ShapeElement in_that) |
| Check if the source ShapeElement is equivalent to this ShapeElement. More...
|
|
override int | GetHashCode () |
|
override HPS.Type | ObjectType () |
| This function returns the type the object, as declared. This does not necessarily give the true type of the underlying object. More...
|
|
void | Set (HPS.ShapeElement in_that) |
| Copies the source ShapeElement into this ShapeElement. More...
|
|
HPS.ShapeElement | SetDisjointed (bool in_state) |
| Sets the disjointed state for this ShapeElement. Two shape elements of the same type are automatically joined together if they appear consecutively in the shape element array. LineShapeElement objects are always disjointed. More...
|
|
HPS.ShapeElement | SetFill (bool in_state) |
| Sets the fill mode for this ShapeElement. All shape elements default to being filled, except for Lines which cannot be filled. More...
|
|
| ShapeElement () |
| The default constructor creates an empty ShapeElement object. More...
|
|
| ShapeElement (HPS.ShapeElement in_that) |
| The copy constructor creates a new ShapeElement object that contains the same settings as the source ShapeElement. More...
|
|
bool | ShowDisjointed (out bool out_state) |
| Shows the disjointed state for this ShapeElement. Two shape elements of the same type are automatically joined together if they appear consecutively in the shape element array. LineShapeElement objects are always disjointed. More...
|
|
bool | ShowFill (out bool out_state) |
| Shows the fill mode for this ShapeElement. All shape elements default to being filled, except for Lines which cannot be filled. More...
|
|
virtual bool | Empty () |
| Indicates whether this object has any values set on it. More...
|
|
IntPtr | GetClassID () |
|
IntPtr | GetInstanceID () |
| Returns an identifier that can be used to identify which instance of a class an object is. Different keys and controls will return the same value if they are backed by the same database resource. More...
|
|
bool | HasType (HPS.Type in_mask) |
| This function indicates whether this Object has the given Type mask. More...
|
|
| Object (HPS.Object that) |
|
virtual void | Reset () |
| Resets this object to its initial, uninitialized state. More...
|
|
virtual HPS.Type | Type () |
| This function returns the true type of the underlying object. This function is useful for finding the type of smart pointer objects that have been cast to more generic types. More...
|
|
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