Diagram.Print (Método)

Dibuja el diagrama.

Espacio de nombres:  Microsoft.VisualStudio.Modeling.Diagrams
Ensamblado:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (en Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Sintaxis

'Declaración
Public Sub Print ( _
    graphics As Graphics, _
    clipRectangle As Rectangle, _
    sourceLocation As PointD, _
    scale As Single _
)
public void Print(
    Graphics graphics,
    Rectangle clipRectangle,
    PointD sourceLocation,
    float scale
)

Parámetros

  • scale
    Tipo: System.Single
    El tamaño del diagrama.Por ejemplo, podría ser 100% (1.0f).

Comentarios

este método establece PageUnit, PageScale, SmoothingMode, y TextRenderingHint para el objeto graphics.Este método también convierte el objeto graphics, según el argumento para el parámetro de sourceLocation .

Seguridad de .NET Framework

Vea también

Referencia

Diagram Clase

Microsoft.VisualStudio.Modeling.Diagrams (Espacio de nombres)