MohoView:PickEdge(where, curveID, segID, pickWidth)
Version added: before 9.5
Arguments:
Name | Type | Description | Default | Ver |
where | Point | Pixel location on the screen | < 9.5 | |
curveID | int32 | Id of an M_Curve object in the current vector layer, returned by this function | < 9.5 | |
segID | int32 | Which segment on the curve was picked, returned by this function | < 9.5 | |
pickWidth | int32 | 3 | < 9.5 |
This method returns 2 values:
1: int32 curve ID
2: int32 segment ID
Picks an edge near the given pixel location.
Search results
Usage of 'PickEdge' is found in the following scripts:
Tweak for Curve Exposure (Original Edition) by A.Evseeva
View Code
MR Curve Tool (Original Edition) by eugenebabich
View Code
Paint Bucket + (Original Edition) by Danfield
View Code
SS - Eraser+ (Original Edition) by simplsam
View Code