MoveableDecoratorHostShape::ILineLabel::UpdateLabelOffset Method (RectangleD, RectangleD)

 

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

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

private:
virtual void UpdateLabelOffset(
	RectangleD oldBounds,
	RectangleD newBounds
) sealed = ILineLabel::UpdateLabelOffset

Parameters

oldBounds
Type: Microsoft.VisualStudio.Modeling.Diagrams::RectangleD

Old bounds of this ILineLabel, not used.

newBounds
Type: Microsoft.VisualStudio.Modeling.Diagrams::RectangleD

New bounds of this ILineLabel.

Return to top
Show: