NodeShapeGeometry.DrawResizeableGrabHandles – metoda
Nakreslí resizeable držadla u obrazce.Uchopení rukojeti také znamenat fokus.
Obor názvů: Microsoft.VisualStudio.Modeling.Diagrams
Sestavení: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (v Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Syntaxe
'Deklarace
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
)
Parametry
- g
Typ: System.Drawing.Graphics
- styleSet
Typ: Microsoft.VisualStudio.Modeling.Diagrams.StyleSet
- innerSelectionRectangle
Typ: System.Drawing.RectangleF
- selectionThickness
Typ: System.Drawing.SizeF
- isPrimary
Typ: System.Boolean
- canResizeLeft
Typ: System.Boolean
- canResizeTop
Typ: System.Boolean
- canResizeRight
Typ: System.Boolean
- canResizeBottom
Typ: System.Boolean
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.