ContentIsland.RequestSize(Vector2) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves a new size for the ContentIsland from the ContentSite.
public:
virtual void RequestSize(float2 size) = RequestSize;
void RequestSize(float2 const& size);
public void RequestSize(Vector2 size);
function requestSize(size)
Public Sub RequestSize (size As Vector2)
Parameters
The new size for the ContentIsland.