Click or drag to resize

CanvasBasedEditorWithObjectTransformTools Methods

The CanvasBasedEditorWithObjectTransformTools type exposes the following members.

Methods
 NameDescription
Protected methodAddObjectScreenLabel 
Public methodAddScreenMessage(String)
(Inherited from CanvasBasedEditor)
Public methodAddScreenMessage(String, ColorValue)
(Inherited from CanvasBasedEditor)
Public methodAddTextLinesWithShadow(IListString, Rectangle, EHorizontalAlignment, EVerticalAlignment, ColorValue)
(Inherited from CanvasBasedEditor)
Public methodAddTextLinesWithShadow(FontComponent, Double, IListString, Rectangle, EHorizontalAlignment, EVerticalAlignment, ColorValue)
(Inherited from CanvasBasedEditor)
Public methodAddTextWithShadow(String, Vector2, EHorizontalAlignment, EVerticalAlignment, ColorValue)
(Inherited from CanvasBasedEditor)
Public methodAddTextWithShadow(FontComponent, Double, String, Vector2, EHorizontalAlignment, EVerticalAlignment, ColorValue)
(Inherited from CanvasBasedEditor)
Public methodAddTextWordWrapWithShadow(String, Rectangle, EHorizontalAlignment, EVerticalAlignment, ColorValue)
(Inherited from CanvasBasedEditor)
Public methodAddTextWordWrapWithShadow(FontComponent, Double, String, Rectangle, EHorizontalAlignment, EVerticalAlignment, ColorValue)
(Inherited from CanvasBasedEditor)
Public methodCalculateCreateObjectPosition 
Public methodCalculateCreateObjectPositionUnderCursor 
Public methodCanNewObject 
Public methodCanSnap 
Public methodCreateScene
(Inherited from CanvasBasedEditor)
Public methodDestroyScene
(Inherited from CanvasBasedEditor)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetFontSize
(Inherited from CanvasBasedEditor)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetMouseOverObjectToSelectByClick 
Public methodGetMouseOverObjectToSelectByClick(SceneEditorGetMouseOverObjectToSelectByClickContext) 
Public methodGetMouseOverObjectToSelectByClick(SceneEditorGetMouseOverObjectToSelectByClickContext) 
Public methodGetMouseOverObjectToSelectByClick2 
Public methodGetObjectsInSpaceToSelectByRectangle 
Protected methodGetObjectsToSelectByRectangle 
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIsDocumentSaved
(Inherited from CanvasBasedEditor)
Public methodIsObjectSelected
(Inherited from CanvasBasedEditor)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodOnCreate
(Overrides CanvasBasedEditorOnCreate)
Protected methodOnDestroy
(Overrides CanvasBasedEditorOnDestroy)
Protected methodOnEditorActionClick
(Overrides CanvasBasedEditorOnEditorActionClick(EditorActionClickContext))
Protected methodOnEditorActionClick2
(Inherited from CanvasBasedEditor)
Protected methodOnEditorActionGetState
(Overrides CanvasBasedEditorOnEditorActionGetState(EditorActionGetStateContext))
Protected methodOnGetTextInfoCenterBottomCorner
(Overrides CanvasBasedEditorOnGetTextInfoCenterBottomCorner(ListString))
Protected methodOnGetTextInfoLeftTopCorner
(Overrides CanvasBasedEditorOnGetTextInfoLeftTopCorner(ListString))
Protected methodOnGetTextInfoRightBottomCorner
(Inherited from CanvasBasedEditor)
Protected methodOnJoystickEvent
(Inherited from CanvasBasedEditor)
Protected methodOnKeyDown
(Overrides CanvasBasedEditorOnKeyDown(KeyEvent, Boolean))
Protected methodOnKeyPress
(Overrides CanvasBasedEditorOnKeyPress(KeyPressEvent, Boolean))
Protected methodOnKeyUp
(Overrides CanvasBasedEditorOnKeyUp(KeyEvent, Boolean))
Protected methodOnMouseDoubleClick
(Overrides CanvasBasedEditorOnMouseDoubleClick(EMouseButtons, Boolean))
Protected methodOnMouseDown
(Overrides CanvasBasedEditorOnMouseDown(EMouseButtons, Boolean))
Protected methodOnMouseMove
(Overrides CanvasBasedEditorOnMouseMove(Vector2))
Protected methodOnMouseRelativeModeChanged
(Inherited from CanvasBasedEditor)
Protected methodOnMouseUp
(Overrides CanvasBasedEditorOnMouseUp(EMouseButtons, Boolean))
Protected methodOnMouseWheel
(Inherited from CanvasBasedEditor)
Protected methodOnSceneViewportUpdateGetCameraSettings
(Inherited from CanvasBasedEditor)
Protected methodOnSpecialInputDeviceEvent
(Inherited from CanvasBasedEditor)
Protected methodOnTick
(Overrides CanvasBasedEditorOnTick(Single))
Protected methodOnTimer10MsTick
(Inherited from CanvasBasedEditor)
Protected methodOnViewportCreated
(Inherited from CanvasBasedEditor)
Protected methodOnViewportDestroyed
(Inherited from CanvasBasedEditor)
Protected methodOnViewportUpdateBeforeOutput
(Overrides CanvasBasedEditorOnViewportUpdateBeforeOutput)
Protected methodOnViewportUpdateBeforeOutput2
(Overrides CanvasBasedEditorOnViewportUpdateBeforeOutput2)
Protected methodOnViewportUpdateBegin
(Inherited from CanvasBasedEditor)
Protected methodOnViewportUpdateEnd
(Inherited from CanvasBasedEditor)
Protected methodOnViewportUpdateGetObjectInSceneRenderingContext
(Overrides CanvasBasedEditorOnViewportUpdateGetObjectInSceneRenderingContext(ObjectInSpaceRenderingContext))
Public methodSaveDocument
(Inherited from CanvasBasedEditor)
Public methodSelectByRectangle_GetRectangle 
Public methodSelectObjects
(Inherited from CanvasBasedEditor)
Public methodSettingsWindowSelectObjects
(Inherited from CanvasBasedEditor)
Public methodSnap 
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Protected methodTransformToolCloneAndSelectObjects 
Protected methodTransformToolCreateObject 
Protected methodTransformToolModifyBegin 
Protected methodTransformToolModifyCancel 
Protected methodTransformToolModifyCommit 
Public methodTryNewObject 
Top
Extension Methods
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also