Back to Website
Show / Hide Table of Contents

Interface IItemHandlerFactory

Namespace: Aurigma.DesignAtoms.Canvas.ItemHandlers
Assembly: Aurigma.DesignAtoms.dll
Syntax
public interface IItemHandlerFactory

Methods

CreateItemHandler(Item)

Declaration
ItemHandler CreateItemHandler(Item item)
Parameters
Type Name Description
Item item
Returns
Type Description
ItemHandler

CreateItemHandler(Item, Boolean)

Declaration
ItemHandler CreateItemHandler(Item item, bool forceLegacyTextRendering)
Parameters
Type Name Description
Item item
System.Boolean forceLegacyTextRendering
Returns
Type Description
ItemHandler
Back to top Copyright © 2001–2022 Aurigma, Inc. All rights reserved.
Loading...