[SuppressMessageAttribute(Category="Microsoft.Design",
CheckId="CA1062:Validate arguments of public methods",
Scope="",
Target="",
MessageId="1",
Justification="")]
public override bool OnPointerMove(
AnnContainer ,
AnnPointerEventArgs
)
'Declaration
<SuppressMessageAttribute(Category="Microsoft.Design",
CheckId="CA1062:Validate arguments of public methods",
Scope="",
Target="",
MessageId="1",
Justification="")>
Public Overrides Function OnPointerMove( _
ByVal As AnnContainer, _
ByVal As AnnPointerEventArgs _
) As Boolean
'Usage
Dim instance As AnnEditDesigner
Dim sender As AnnContainer
Dim e As AnnPointerEventArgs
Dim value As Boolean
value = instance.OnPointerMove(sender, e)
[SuppressMessageAttribute(Category="Microsoft.Design",
CheckId="CA1062:Validate arguments of public methods",
Scope="",
Target="",
MessageId="1",
Justification="")]
public override bool OnPointerMove(
AnnContainer sender,
AnnPointerEventArgs e
)
- (BOOL)onPointerMove:(LTAnnContainer *)container args:(LTAnnPointerEventArgs *)args
@Override public boolean onPointerMove(
AnnContainer container,
AnnPointerEvent event
)
SuppressMessageAttribute(Category="Microsoft.Design",
CheckId="CA1062:Validate arguments of public methods",
Scope="",
Target="",
MessageId="1",
Justification="")
function Leadtools.Annotations.Designers.AnnEditDesigner.OnPointerMove(
sender ,
e
)
パラメーター
- 送り主
- このデザイナーに関連づけられるコンテナ。
- e
- イベントデータ。
戻り値
このイベントが処理されるならば、true;それ以外の場合は、falseです。