ShapeFrame

ShapeFrame constructor

Creates new shape frame’s properties.

public ShapeFrame(float x, float y, float width, float height, NullableBool flipH, 
    NullableBool flipV, float rotationAngle)
ParameterTypeDescription
xSingleX coordinate of a frame.
ySingleY coordinate of a frame.
widthSingleWidth of a frame.
heightSingleHeight of a frame.
flipHNullableBoolTrue if a frame flipped horizontally.
flipVNullableBoolTrue if a frame flipped vertivally.
rotationAngleSingleNumber of degrees a frame is rotated.

See Also