TextAnnotation.EndPlacement 方法

定义

使用户结束放置批注。Ends user placement of an annotation.

public:
 override void EndPlacement();
public override void EndPlacement ();
override this.EndPlacement : unit -> unit
Public Overrides Sub EndPlacement ()

注解

结束方法调用之前启动的批注放置操作 BeginPlacementEnds an annotation placement operation previously started by a BeginPlacement method call. 不需要调用此方法,因为当最终用户输入所有必需的点时,放置将自动结束。You are not required to call this method, because placement will automatically end when an end-user enters all required points. 但是,如果出于某种原因需要中止批注放置操作,则此方法很有用。However, it is useful when an annotation placement operation needs to be aborted for some reason.

适用于