Click or drag to resize

HorizontalPosition(Double, LengthUnit, HorizontalPositionAnchor) Constructor

Initializes a new instance of the HorizontalPosition struct with specified absolute position.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public HorizontalPosition(
	double absolutePosition,
	LengthUnit unit,
	HorizontalPositionAnchor rightOf
)

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