'Declaration Public Shared Sub RegisterViewForGraphicsFigure( _
ByVal graphicsFigureTypeType of figure.As System.Type, _
ByVal graphicsFigureViewTypeType of figure view.As System.Type _
)
public static void RegisterViewForGraphicsFigure(
System.Type graphicsFigureType,
System.Type graphicsFigureViewType
)
public: static void RegisterViewForGraphicsFigure(
System.Type* graphicsFigureType,
System.Type* graphicsFigureViewType
)
public:
static void RegisterViewForGraphicsFigure(
System.Type^ graphicsFigureType,
System.Type^ graphicsFigureViewType
)
Parameters
- graphicsFigureType
- Type of figure.
- graphicsFigureViewType
- Type of figure view.