This documentation is for the old version. Go to the latest Graphics Mill docs

ImageVObjectCreateDesigner.ScaleToActualSize Property

Gets/sets a value indicating if the bitmap should be scaled to its actual size.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)

Syntax

Visual Basic
Public Property ScaleToActualSize As Boolean
C#
public bool ScaleToActualSize { get; set; }

Property Value

A value indicating if the bitmap should be scaled to its actual size taking its DPI into account. By default, it is true.

See Also

Reference