point property
Point
get
point
Gets or sets the initial location for a dragged object. This is most commonly the Part.location of the dragged object, or a rounded Part.location if snapping.
Implementation
_i3.Point get point => _i4.getProperty(
this,
'point',
);
set
point
(Point value)
Implementation
set point(_i3.Point value) {
_i4.setProperty(
this,
'point',
value,
);
}