Metoda NodeShapeGeometry.DrawResizeableGrabHandles —
Rysuje resizeable uchwyty na kształcie.Uchwyty wskazuje również fokus.
Przestrzeń nazw: Microsoft.VisualStudio.Modeling.Diagrams
Zestaw: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (w Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Składnia
'Deklaracja
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
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Używanie bibliotek pochodzących z częściowo zaufanego kodu.