NodeShapeGeometry.DrawResizeableGrabHandles, méthode
Dessine les handles resizeable de manipulation sur une forme.Les handles de manipulation indiquent également le focus.
Espace de noms : Microsoft.VisualStudio.Modeling.Diagrams
Assembly : Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (dans Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntaxe
'Déclaration
Protected Shared Sub DrawResizeableGrabHandles ( _
g As Graphics, _
styleSet As StyleSet, _
innerSelectionRectangle As RectangleF, _
selectionThickness As SizeF, _
isPrimary As Boolean, _
canResizeLeft As Boolean, _
canResizeTop As Boolean, _
canResizeRight As Boolean, _
canResizeBottom As Boolean _
)
protected static void DrawResizeableGrabHandles(
Graphics g,
StyleSet styleSet,
RectangleF innerSelectionRectangle,
SizeF selectionThickness,
bool isPrimary,
bool canResizeLeft,
bool canResizeTop,
bool canResizeRight,
bool canResizeBottom
)
Paramètres
- g
Type : System.Drawing.Graphics
- styleSet
Type : Microsoft.VisualStudio.Modeling.Diagrams.StyleSet
- innerSelectionRectangle
Type : System.Drawing.RectangleF
- selectionThickness
Type : System.Drawing.SizeF
- isPrimary
Type : System.Boolean
- canResizeLeft
Type : System.Boolean
- canResizeTop
Type : System.Boolean
- canResizeRight
Type : System.Boolean
- canResizeBottom
Type : System.Boolean
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.