DisplayAdjustAspect Method |
This method adjusts an already range corrected AdjustedCoordinate so that
the aspect ratio matches that of the aspect ratio reported by the device.
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public void AdjustAspect(
AdjustedCoordinate coordinate
)
Public Sub AdjustAspect (
coordinate As AdjustedCoordinate
)
public:
void AdjustAspect(
AdjustedCoordinate^ coordinate
)
member AdjustAspect :
coordinate : AdjustedCoordinate -> unit
Parameters
- coordinate
- Type: ProScriptAdjustedCoordinate
coordinate to adjust
See Also