AbstractPoint.RealPoint Property

Definition

The real, non-abstract point represented by this structure. If IsNatural is true, the real point and the abstract point are the same. If IsNatural is false, the real point is the inverse of the abstract point.

public:
 property System::Windows::Point RealPoint { System::Windows::Point get(); void set(System::Windows::Point value); };
public System.Windows.Point RealPoint { get; set; }
member this.RealPoint : System.Windows.Point with get, set
Public Property RealPoint As Point

Property Value

Returns Point.

Applies to