Eyedropper.Open(Nullable<Point>) 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.
Open the eyedropper.
public System.Threading.Tasks.Task<Windows.UI.Color> Open (Windows.Foundation.Point? startPoint = default);
member this.Open : Nullable<Windows.Foundation.Point> -> System.Threading.Tasks.Task<Windows.UI.Color>
Public Function Open (Optional startPoint As Nullable(Of Point) = Nothing) As Task(Of Color)
Parameters
Returns
The picked color.