HorizontalPosition(Double, LengthUnit, HorizontalPositionAnchor) Constructor |
Initializes a new instance of the
HorizontalPosition struct with specified absolute position.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.10.24
Syntax public HorizontalPosition(
double absolutePosition,
LengthUnit unit,
HorizontalPositionAnchor rightOf
)
Public Sub New (
absolutePosition As Double,
unit As LengthUnit,
rightOf As HorizontalPositionAnchor
)
Parameters
- absolutePosition Double
- The absolute position in units specified by unit parameter in direction to the right of location specified by rightOf parameter.
- unit LengthUnit
- The measurement unit for absolute position value.
- rightOf HorizontalPositionAnchor
- The location from which absolute position is offset from.
If absolutePosition parameter is positive, offset is to the right of
HorizontalPositionAnchor specified by rightOf parameter,
otherwise offset is to the left.
See Also