AbstractPoint.RealPoint Property
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.
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.