Click or drag to resize

TextureScalingGetResultingSize Method

Gets the resulting size of the texture (for one repeat unit).

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public VectorD2D GetResultingSize(
	VectorD2D sourceSize,
	VectorD2D destinationSize
)

Parameters

sourceSize  VectorD2D
Size of the source image (texture image) in points (1/72 inch).
destinationSize  VectorD2D
Size of the destination rectangle in points (1/72 inch).

Return Value

VectorD2D
The resulting size of the texture repeat unit in points (1/72 inch).
See Also