Compartilhar via


Método Stroke.GetRectangleIntersections

Namespace:  Microsoft.Ink
Assembly:  Microsoft.Ink (em Microsoft.Ink.dll)

Sintaxe

'Declaração
Public Function GetRectangleIntersections ( _
    intersectRectangle As Rectangle _
) As StrokeIntersection()
'Uso
Dim instance As Stroke
Dim intersectRectangle As Rectangle
Dim returnValue As StrokeIntersection()

returnValue = instance.GetRectangleIntersections(intersectRectangle)
public StrokeIntersection[] GetRectangleIntersections(
    Rectangle intersectRectangle
)
public:
array<StrokeIntersection>^ GetRectangleIntersections(
    Rectangle intersectRectangle
)
public function GetRectangleIntersections(
    intersectRectangle : Rectangle
) : StrokeIntersection[]

Parâmetros

Valor de retorno

Tipo: array<Microsoft.Ink.StrokeIntersection[]

Plataformas

Windows Vista

o.NET Framework e.NET Compact Framework não oferecem suporte a todas as versões de cada plataforma. Para obter uma lista de versões suportadas, consulte Requisitos de sistema do .NET framework.

Informações sobre versão

.NET Framework

Compatível com: 3.0

Consulte também

Referência

Stroke Classe

Membros Stroke

Namespace Microsoft.Ink