ILineLabel.UpdateLabelOffset(RectangleD, RectangleD) Method

Definition

This method is called when the position/size of the ILineLabel is explicitly changed by the user.

public:
 void UpdateLabelOffset(Microsoft::VisualStudio::Modeling::Diagrams::RectangleD oldBounds, Microsoft::VisualStudio::Modeling::Diagrams::RectangleD newBounds);
public void UpdateLabelOffset (Microsoft.VisualStudio.Modeling.Diagrams.RectangleD oldBounds, Microsoft.VisualStudio.Modeling.Diagrams.RectangleD newBounds);
abstract member UpdateLabelOffset : Microsoft.VisualStudio.Modeling.Diagrams.RectangleD * Microsoft.VisualStudio.Modeling.Diagrams.RectangleD -> unit
Public Sub UpdateLabelOffset (oldBounds As RectangleD, newBounds As RectangleD)

Parameters

oldBounds
RectangleD

Old bounds of this ILineLabel.

newBounds
RectangleD

New bounds of this ILineLabel.

Applies to