- obj
- The AnnObjectBase that will be drawn.
Visual Basic (Declaration) | |
---|---|
Protected Overridable Function StartWorking( _ ByVal obj As AnnObjectBase _ ) As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
protected virtual bool StartWorking( AnnObjectBase obj ) |
C++/CLI | |
---|---|
protected: virtual bool StartWorking( AnnObjectBase^ obj ) |
Parameters
- obj
- The AnnObjectBase that will be drawn.
Return Value
true when drawing the specified annotation object is started correctly; otherwise, false.For C#/VB examples, refer to Implement User Defined Objects with LEADTOOLS WPF Annotations.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family