PointRelativeTo Enum

Definition

Indicates the point of reference from which the coordinates are relative.

public enum class PointRelativeTo
public enum PointRelativeTo
type PointRelativeTo = 
Public Enum PointRelativeTo
Inheritance
PointRelativeTo

Fields

Client 1

Indicates that the point is relative to the top-left of the DiagramClientView's client area.

Screen 0

Indicates that the point is relative to the top-left of the screen.

Applies to