Click or drag to resize

WorkspaceConfigurationTilingBound Class

Defines a line used for tiling.
Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.ConfigurationWorkspaceConfigurationTilingBound

Namespace: RAYLASE.Marker.Configuration
Assembly: RAYLASE.Marker.Configuration (in RAYLASE.Marker.Configuration.dll) Version: 2.19.0
Syntax
C#
public class TilingBound

The WorkspaceConfigurationTilingBound type exposes the following members.

Constructors
 NameDescription
Public methodWorkspaceConfigurationTilingBoundInitializes a new instance of the WorkspaceConfigurationTilingBound class
Top
Properties
 NameDescription
Public propertyDeltaNegativeSide Tiling margin on the negative side.
Public propertyDeltaPositiveSide Tiling margin on the positive side.
Public propertyP0 First point of the line.
Public propertyP1 Second point of the line.
Public propertyPositiveSide Use positive (left) side of the line.
Top
See Also