Visual Basic (Declaration) | |
---|---|
<SerializableAttribute()> Public Class AnnRectangleDrawDesigner Inherits AnnDrawDesigner |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[SerializableAttribute()] public class AnnRectangleDrawDesigner : AnnDrawDesigner |
Managed Extensions for C++ | |
---|---|
[SerializableAttribute()] public __gc class AnnRectangleDrawDesigner : public AnnDrawDesigner |
C++/CLI | |
---|---|
[SerializableAttribute()] public ref class AnnRectangleDrawDesigner : public AnnDrawDesigner |
For an example, refer to AnnDesigner.
You can use the AnnRectangleDrawDesigner class to draw an AnnRectangleObject or any other object that derives from it. For example, this designer is used to draw AnnEllipseObject objects as well.
System.Object
Leadtools.Annotations.AnnDesigner
Leadtools.Annotations.AnnDrawDesigner
Leadtools.Annotations.AnnRectangleDrawDesigner
Leadtools.Annotations.AnnTextDrawDesigner
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family