BackgroundSettings.GetImageScale Method

Public Function GetImageScale( _ 
ByVal cameraWidth As Integer, _ 
ByVal cameraHeight As Integer, _ 
ByRef bmpWidth As Single, _ 
ByRef bmpHeight As Single
) As Single
This language is not supported or no code example is available.
public float GetImageScale( 
int cameraWidth
int cameraHeight
out float bmpWidth
out float bmpHeight 
)
This language is not supported or no code example is available.

Parameters

cameraWidth
int

cameraHeight
int

bmpWidth
float

bmpHeight
float

Return Value

float

.NET Framework

Supported in: 4.8

In this article

Definition