Partager via


LineNode.GetRotatedBoundingBox, méthode

Mise à jour : November 2007

Retourne le rectangle pivoté qui délimite le LineNode.

Espace de noms :  System.Windows.Ink
Assembly :  IAWinFX (dans IAWinFX.dll)

Syntaxe

'Déclaration
Public Function GetRotatedBoundingBox As PointCollection
'Utilisation
Dim instance As LineNode
Dim returnValue As PointCollection

returnValue = instance.GetRotatedBoundingBox()
public PointCollection GetRotatedBoundingBox()
public:
PointCollection^ GetRotatedBoundingBox()
public PointCollection GetRotatedBoundingBox()
public function GetRotatedBoundingBox() : PointCollection

Valeur de retour

Type : System.Windows.Media.PointCollection
Rectangle pivoté qui délimite le LineNode.

Exemples

L'exemple suivant utilise un Polygon pour dessiner le cadre englobant pivoté pour un LineNode, line, sur un InkCanvas, theInkCanvas.

' Convert corners to pixel coordinates
Dim lineBounds As New Polygon()

lineBounds.Points = line.GetRotatedBoundingBox()
lineBounds.Stroke = Brushes.Blue

theInkCanvas.Children.Add(lineBounds)
// Show rotated bounding box in blue
Polygon lineBounds = new Polygon();

lineBounds.Points = line.GetRotatedBoundingBox();
lineBounds.Stroke = Brushes.Blue;

theInkCanvas.Children.Add(lineBounds);

Plateformes

Windows Vista

Le .NET Framework et le .NET Compact Framework ne prennent pas en charge toutes les versions de chaque plateforme. Pour obtenir la liste des versions prises en charge, consultez Configuration requise du .NET Framework.

Informations de version

.NET Framework

Pris en charge dans : 3.0

Voir aussi

Référence

LineNode, classe

Membres LineNode

System.Windows.Ink, espace de noms