Aurigma Graphics Mill 5.5 for .NET
Bitmap..::.LogicalWidth Property
Returns current bitmap width in units specified with Unit property.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Examples
Visual Basic
bitmap.Unit = Aurigma.GraphicsMill.Unit.Inch
Console.WriteLine("Bitmap: " & bitmap.LogicalWidth & " x " & bitmap.LogicalHeight)
C#
bitmap.Unit = Aurigma.GraphicsMill.Unit.Inch;
Console.WriteLine("Bitmap: " + bitmap.LogicalWidth + " x " + bitmap.LogicalHeight);