Leadtools.Windows.Annotations Namespace : AnnRubberStampObject Class |
public class AnnRubberStampObject : AnnRectangleObject, IAnnHeader, IAnnObject, IAnnRectangle
'Declaration Public Class AnnRubberStampObject Inherits AnnRectangleObject Implements IAnnHeader, IAnnObject, IAnnRectangle
'Usage Dim instance As AnnRubberStampObject
public sealed class AnnRubberStampObject : IAnnHeader, IAnnObject, IAnnRectangle
function Leadtools.Windows.Annotations.AnnRubberStampObject()
public ref class AnnRubberStampObject : public AnnRectangleObject, IAnnHeader, IAnnObject, IAnnRectangle
For information regarding default text strings used throughout the user interface in the automated mode, including information on how to override them, refer to Localization of LEADTOOLS for .NET WPF Annotations Automation
///For more information about the rubber stamp annotation object refer to AnnRubberStampObject for WPF. For more information about the automated rubber stamp annotation object, refer to WPF Annotation Objects - Automated Features and WPF Automated Annotations - Stamp Picture Tab.
For XAML example, refer to AnnGroupObject.
Private Sub AnnRubberStampObject_AnnRubberStampObject(ByVal container As AnnContainer) Dim rubberStamp As AnnRubberStampObject = New AnnRubberStampObject() rubberStamp.Rect = New Rect(100, 200, 400, 600) rubberStamp.Type = AnnRubberStampType.Approved container.Children.Add(rubberStamp) End Sub
private void AnnRubberStampObject_AnnRubberStampObject(AnnContainer container) { AnnRubberStampObject rubberStamp = new AnnRubberStampObject(); rubberStamp.Rect= new Rect(100, 200, 400, 600); rubberStamp.Type = AnnRubberStampType.Approved; container.Children.Add(rubberStamp); }
private void AnnRubberStampObject_AnnRubberStampObject(AnnContainer container) { AnnRubberStampObject rubberStamp = new AnnRubberStampObject(); rubberStamp.Rect= new Rect(100, 200, 400, 600); rubberStamp.Type = AnnRubberStampType.Approved; container.Children.Add(rubberStamp); }
Private Sub AnnRubberStampObject_AnnRubberStampObject(ByVal container As AnnContainer) Dim rubberStamp As AnnRubberStampObject = New AnnRubberStampObject() rubberStamp.Rect= New Rect(100, 200, 400, 600) rubberStamp.Type = AnnRubberStampType.Approved container.Children.Add(rubberStamp) End Sub
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2