Returns current bitmap width in units specified with Unit property.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public ReadOnly Property LogicalWidth As Single
public float LogicalWidth { get; }
bitmap.Unit = Aurigma.GraphicsMill.Unit.Inch Console.WriteLine("Bitmap: " & bitmap.LogicalWidth & " x " & bitmap.LogicalHeight)
bitmap.Unit = Aurigma.GraphicsMill.Unit.Inch; Console.WriteLine("Bitmap: " + bitmap.LogicalWidth + " x " + bitmap.LogicalHeight);