This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 414
fcdd2b10 58ab a6c8 1a04 7931720e33e8
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Updates the leader entity to reflect the latest changes made to its properties.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public void Update(
bool resetAnnotationPosition
)
VB
Public Sub Update (
resetAnnotationPosition As Boolean
)
C++
public:
void Update(
bool resetAnnotationPosition
)
F#
member Update :
resetAnnotationPosition : bool -> unit
- Boolean
- If true the annotation position will be modified according to the position of the leader hook (last leader vertex), otherwise the leader hook will be moved according to the actual annotation position.
This method should be manually called if the annotation position is modified, or the leader properties like Style, Annotation, TextVerticalPosition, and/or Offset.