Python3Script Xojo Plugin

Python3Entity.FromPtr Method

Creates Python3Entity instance from a Ptr.

shared FromPtr(
   value as Ptr) as Python3Entity

Parameters

value
The Ptr to create the entity from. This must be a valid pointed to a Python object.

Returns

Python3Entity

Remarks

See Also

Python3Entity Class