Class MapLimits
Inheritance
System.Object
MapLimits
Assembly: BoldReports.UWP.dll
Syntax
public class MapLimits : Object
Constructors
MapLimits()
Declaration
Properties
MaximumX
Declaration
public float MaximumX { get; set; }
Property Value
Type |
Description |
System.Single |
|
MaximumY
Declaration
public float MaximumY { get; set; }
Property Value
Type |
Description |
System.Single |
|
MinimumX
Declaration
public float MinimumX { get; set; }
Property Value
Type |
Description |
System.Single |
|
MinimumY
Declaration
public float MinimumY { get; set; }
Property Value
Type |
Description |
System.Single |
|