Show / Hide Table of Contents

Class SelectionChangedEventResult

继承
object
EventResult
SelectionChangedEventResult
Inherited Members
EventResult.EventType
EventResult.Item
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType ()
object.MemberwiseClone()
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
Type Name Description
IItem item
ObjectSelectionType objectSelection
int shapeId
Mat clickedOffset

Properties

|Improve this Doc View Source

ClickedOffset

Declaration
public Mat ClickedOffset { get; }
Property Value
Type Description
Mat
|Improve this Doc View Source

ObjectSelectionType

Declaration
public ObjectSelectionType ObjectSelectionType { get; }
Property Value
Type Description
ObjectSelectionType
|Improve this Doc View Source

ShapeId

Declaration
public int ShapeId { get; }
Property Value
Type Description
int
  • Improve this Doc
  • View Source
In This Article
Back to topCopyright © 2015-RoboDK Inc .)