MindFusion WinForms Programmer's Guide
DrawContext.Scale Property
See Also
 





Gets or sets the zoom factor of the drawing.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public float Scale { get; set; }

Visual Basic  Copy Code

Public Property Scale As Single

 Property Value

A float value indicating a scale factor of the drawing. The default is 1.

 Remarks

This value is used when rendering Picture elements in a Graphics with applied scale transformation.

 See Also

DrawContext Members
DrawContext Class
MindFusion.Reporting Namespace