StiCrossLinePrimitive Class
Namespace: Stimulsoft.Report.Components
Inheritance
Inherits from: StiLinePrimitive
Constructors
| Constructor | Description |
|---|---|
| StiCrossLinePrimitive() | Creates a new StiCrossLinePrimitive. |
| StiCrossLinePrimitive(RectangleD rect) | Creates a new StiCrossLinePrimitive. |
StiCrossLinePrimitive()
Creates a new StiCrossLinePrimitive.
StiCrossLinePrimitive(rect: RectangleD)
Creates a new StiCrossLinePrimitive.
Parameters
- rect (RectangleD) — The rectangle describes size and position of the component.
Methods
| Method | Returns | Description |
|---|---|---|
| CanContainIn | bool | May this container be located in the specified component. |
| Clone | object | |
| GetEndPoint (+1 overloads) | StiEndPointPrimitive | |
| GetStartPoint (+1 overloads) | StiStartPointPrimitive | |
| OnRemoveComponent | void |
Method Details
CanContainIn
CanContainIn(component: StiComponent): bool
May this container be located in the specified component.
Parameters
- component (StiComponent) — Component for checking.
Returns bool — true, if this container may is located in the specified component.
Clone
Clone(cloneProperties: bool): object
Parameters
- cloneProperties (bool)
Returns object
GetEndPoint
GetEndPoint(): StiEndPointPrimitive
Returns StiEndPointPrimitive
GetEndPoint(cont: StiContainer): StiEndPointPrimitive
Parameters
- cont (StiContainer)
Returns StiEndPointPrimitive
GetStartPoint
GetStartPoint(): StiStartPointPrimitive
Returns StiStartPointPrimitive
GetStartPoint(cont: StiContainer): StiStartPointPrimitive
Parameters
- cont (StiContainer)
Returns StiStartPointPrimitive
OnRemoveComponent
OnRemoveComponent(): void