Technical Reference > Graphics Builder Automation Interface > Dynamic Properties Functions > PropertiesTransCentreOffsetExpressGet

PropertiesTransCentreOffsetExpressGet

Retrieve the express properties.

Syntax

PropertiesTransCentreOffsetExpressGet(movementRotationalExpress,scalingHorizontalExpress,scalingVerticalExpress,sliderRotationalExpress)

movementRotationalExpress - Movement Rotational Express
scalingHorizontalExpress - Scaling Horizontal Express
scalingVerticalExpress - Scaling Vertical Express
sliderRotationalExpress - Slider Rotational Express

Return Value

N/A

Note: For details on handling return and error values, see Error Handling.

Example

						Public Sub Test()
						Dim gb As GraphicsBuilder.GraphicsBuilder
						gb = New GraphicsBuilder.GraphicsBuilder
						.
						.
						.
						gb.PropertiesTransCentreOffsetExpressPut(0, 0, 0, 0)
						Dim nMovRot As Short
						Dim nScaleHorz As Short
						Dim nScaleVert As Short
						Dim nSliderRot As Short
						gb.PropertiesTransCentreOffsetExpressGet(nMovRot, nScaleHorz, nScaleVert, nSliderRot)
						End Sub
			

Related Functions

PropertiesTransCentreOffsetExpressPut