Class SelectionChangedEventResult
继承
SelectionChangedEventResult
Namespace:RoboDk.API
Assembly: RoboDkApi.dll
Syntax
公共class SelectionChangedEventResult : EventResult
Constructors
|Improve this Doc
View Source
SelectionChangedEventResult(IItem, ObjectSelectionType, int, Mat)
Declaration
public SelectionChangedEventResult(IItem item, ObjectSelectionType objectSelection, int shapeId, Mat clickedOffset)
Parameters
Properties
|Improve this Doc
View Source
ClickedOffset
Declaration
public Mat ClickedOffset { get; }
Property Value
|Improve this Doc
View Source
ObjectSelectionType
Declaration
public ObjectSelectionType ObjectSelectionType { get; }
Property Value
|Improve this Doc
View Source
ShapeId
Declaration
public int ShapeId { get; }
Property Value