C#
VB
Java
Objective-C
WinRT C#
C++
Provides an implementation of the OnPointerDown method for this AnnRectangleDrawDesigner object.
public override bool OnPointerDown(AnnContainer sender,AnnPointerEventArgs e)
<SuppressMessageAttribute(Category="Microsoft.Design",CheckId="CA1062:Validate arguments of public methods",Scope="",Target="",MessageId="1",Justification="")>Public Overrides Function OnPointerDown( _ByVal sender As Leadtools.Annotations.Core.AnnContainer, _ByVal e As Leadtools.Annotations.Core.AnnPointerEventArgs _) As Boolean
[SuppressMessageAttribute(Category="Microsoft.Design",CheckId="CA1062:Validate arguments of public methods",Scope="",Target="",MessageId="1",Justification="")]public override bool OnPointerDown(Leadtools.Annotations.Core.AnnContainer sender,Leadtools.Annotations.Core.AnnPointerEventArgs e)
- (BOOL)onPointerDown:(LTAnnContainer *)container args:(LTAnnPointerEventArgs *)args @Override public boolean onPointerDown(AnnContainer container,AnnPointerEvent event)
SuppressMessageAttribute(Category="Microsoft.Design",CheckId="CA1062:Validate arguments of public methods",Scope="",Target="",MessageId="1",Justification="")function Leadtools.Annotations.Designers.AnnRectangleDrawDesigner.OnPointerDown(sender ,e)
public:virtual bool OnPointerDown(AnnContainer^ sender,AnnPointerEventArgs^ e) override
sender
The container associated with this designer.
e
The event data.
true if this event is handled; otherwise, it is false.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
