Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
LTDImageProcessingEffectsInterop - Image Processing Effects COM Interop

The following table lists .NET image processing effects functions and provides cross-references to their COM counterparts:

.Net Syntax COM Interop Syntax Related Properties, Events
int[] BinaryFilterCommand.Matrix LTDInterop.IInt32IndexProperty IBinaryFilterCommand.Matrix Int32 IBinaryFilterCommand.MatrixCount
Int32 IBinaryFilterCommand.MatrixCount LTDInterop.IInt32IndexProperty IBinaryFilterCommand.Matrix
int GetCurvePoints(int[] curve, Point[] userPoints, CurvePointsType type ) Int32 IEffectsUtilities.GetCurvePoints(LTDImageProcessingEffectsInterop.CurvePointsType type) LTDInterop.IInt32IndexProperty IEffectsUtilities.Curve, Int32 IEffectsUtilities.CurveCount, LTDInterop.IPointsIndexProperty IEffectsUtilities.UserPoints, Int32 IEffectsUtilities.UserPointsCount
LTDInterop.IInt32IndexProperty IEffectsUtilities.Curve Int32 IEffectsUtilities.CurveCount
Int32 IEffectsUtilities.CurveCount LTDInterop.IInt32IndexProperty IEffectsUtilities.Curve
LTDInterop.IPointsIndexProperty IEffectsUtilities.UserPoints Int32 IEffectsUtilities.UserPointsCount
Int32 IEffectsUtilities.UserPointsCount LTDInterop.IPointsIndexProperty IEffectsUtilities.UserPoints
void GetFunctionalLookupTable(int[] lookupTable, int start, int end, int factor, FunctionalLookupTableFlags flags) void IEffectsUtilities.GetFunctionalLookupTable(Int32 start, Int32 end, Int32 factor, LTDImageProcessingEffectsInterop.FunctionalLookupTableFlags flags) LTDInterop.IInt32IndexProperty IEffectsUtilities.FunctionalLookupTable, Int32 IEffectsUtilities.FunctionalLookupTableCount
LTDInterop.IInt32IndexProperty IEffectsUtilities.FunctionalLookupTable Int32 IEffectsUtilities.FunctionalLookupTableCount
Int32 IEffectsUtilities.FunctionalLookupTableCount LTDInterop.IInt32IndexProperty IEffectsUtilities.FunctionalLookupTable
int GetUserLookupTable(int[] lookupTable, Point[] userPoints) Int32 IEffectsUtilities.GetUserLookupTable() LTDInterop.IInt32IndexProperty IEffectsUtilities.UserLookupTable, Int32 IEffectsUtilities.UserLookupTableCount, LTDInterop.IPointsIndexProperty IEffectsUtilities.UserPoints, Int32 IEffectsUtilities.UserPointsCount
LTDInterop.IInt32IndexProperty IEffectsUtilities.UserLookupTable Int32 IEffectsUtilities.UserLookupTableCount
Int32 IEffectsUtilities.UserLookupTableCount LTDInterop.IInt32IndexProperty IEffectsUtilities.UserLookupTable
Point[] Points LTDInterop.IPointsIndexProperty IFeretsDiameterCommand.Points Int32 IFeretsDiameterCommand.PointsCount
Int32 IFeretsDiameterCommand.PointsCount LTDInterop.IPointsIndexProperty IFeretsDiameterCommand.Points
LTDInterop.IPointsIndexProperty IFeretsDiameterCommand.UserPoints Int32 IFeretsDiameterCommand.UserPointsCount
Int32 IFeretsDiameterCommand.UserPointsCount LTDInterop.IPointsIndexProperty IFeretsDiameterCommand.UserPoints
Point[] Points LTDInterop.IPointsIndexProperty IRegionContourPointsCommand.Points Int32 IRegionContourPointsCommand.PointsCount
Int32 IRegionContourPointsCommand.PointsCount LTDInterop.IPointsIndexProperty IRegionContourPointsCommand.Points
int[] Matrix LTDInterop.IInt32IndexProperty ISpatialFilterCommand.Matrix Int32 ISpatialFilterCommand.MatrixCount
Int32 ISpatialFilterCommand.MatrixCount LTDInterop.IInt32IndexProperty ISpatialFilterCommand.Matrix
int[] Matrix LTDInterop.IInt32IndexProperty IUserFilterCommand.Matrix Int32 IUserFilterCommand.MatrixCount
Int32 IUserFilterCommand.MatrixCount LTDInterop.IInt32IndexProperty IUserFilterCommand.Matrix

The following topics provide comparisons between COM functions and their .NET counterparts:

Programming With LEADTOOLS COM Interoperability Functions