LineNode.GetRotatedBoundingBox, méthode
Mise à jour : November 2007
Retourne le rectangle pivoté qui délimite le LineNode.
Espace de noms : Microsoft.Ink
Assembly : Microsoft.Ink.Analysis (dans Microsoft.Ink.Analysis.dll)
Syntaxe
'Déclaration
Public Function GetRotatedBoundingBox As Point()
'Utilisation
Dim instance As LineNode
Dim returnValue As Point()
returnValue = instance.GetRotatedBoundingBox()
public Point[] GetRotatedBoundingBox()
public:
array<Point>^ GetRotatedBoundingBox()
public Point[] GetRotatedBoundingBox()
public function GetRotatedBoundingBox() : Point[]
Valeur de retour
Type : array<System.Drawing.Point[]
Rectangle pivoté qui délimite le LineNode.
Exemples
L'exemple suivant dessine le cadre englobant pivoté pour un LineNode, line, grâce à l'objet Renderer, theRenderer, et un objet Graphics (page pouvant être en anglais), panelGraphics, créé par un Panel (page pouvant être en anglais).
' Convert corners to pixel coordinates
Dim corners As Point() = line.GetRotatedBoundingBox()
theRenderer.InkSpaceToPixel(panelGraphics, corners)
' Draw the rectangle
panelGraphics.DrawPolygon(New Pen(Color.Blue), corners)
Next line
// Convert corners to pixel coordinates
Point[] corners = line.GetRotatedBoundingBox();
theRenderer.InkSpaceToPixel(panelGraphics, ref corners);
// Draw the rectangle
panelGraphics.DrawPolygon(new Pen(Color.Blue), corners);
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