Partilhar via


Classe Rectangle

Represents a rectangle. This class cannot be inherited.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public NotInheritable Class Rectangle _
    Inherits ReportItem
'Uso
Dim instance As Rectangle
public sealed class Rectangle : ReportItem
public ref class Rectangle sealed : public ReportItem
[<SealedAttribute>]
type Rectangle =  
    class
        inherit ReportItem
    end
public final class Rectangle extends ReportItem

Hierarquia de herança

System. . :: . .Object
  Microsoft.ReportingServices.ReportRendering. . :: . .ReportItem
    Microsoft.ReportingServices.ReportRendering..::..Rectangle

Segurança de thread

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.