ILineLabel.UpdateLabelOffset(RectangleD, RectangleD) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.