PointRelativeTo Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Screen | 0 | Indicates that the point is relative to the top-left of the screen. |
Client | 1 | Indicates that the point is relative to the top-left of the DiagramClientView's client area. |