protected float GetStartOffset (int axis, float requiredSpaceWithoutPadding);

파라미터

axisThe axis index. 0 is horizontal and 1 is vertical.
requiredSpaceWithoutPaddingThe total space required on the given axis for all the layout elements including spacing and excluding padding.

반환

float The position of the first child along the given axis.

설명

Returns the calculated position of the first child layout element along the given axis.