* Get the scale factor between original and scaled resolutions * * @returns The scale factor
()
| 71 | * @returns The scale factor |
| 72 | */ |
| 73 | public getScaleFactor(): number { |
| 74 | return this.scaleFactor; |
| 75 | } |
| 76 | |
| 77 | /** |
| 78 | * Get the aspect ratio of the original resolution |
no outgoing calls