Visual Basic (Declaration) | |
---|---|
Public Overridable MustOverride Function GetControlPointsLocation() As Point() |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public virtual abstract Point[] GetControlPointsLocation() |
C++/CLI | |
---|---|
public: virtual abstract array<Point>^ GetControlPointsLocation(); |
For C#/VB examples, refer to Implement User Defined Objects with LEADTOOLS WPF Annotations.
(Read only) Derived classes should override this property to return the location of the Thumb required.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family