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.

C++
public:
 property System::Windows::Point RealPoint { System::Windows::Point get(); void set(System::Windows::Point value); };

Property Value

Returns Point.

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022