The following table lists .NET image processing special effects functions and provides cross-references to their COM counterparts:
.Net Syntax | COM Interop Syntax | Related Properties, Events |
LTDInterop.IInt32IndexProperty IBumpMapCommand.LookupTable | Int32 IBumpMapCommand.LookupTableCount | |
Int32 IBumpMapCommand.LookupTableCount | LTDInterop.IInt32IndexProperty IBumpMapCommand.LookupTable | |
RasterColor[] BallColors | LTDInterop.IRasterColorIndexProperty IColoredBallsCommand.BallColors | Int32 IColoredBallsCommand.BallColorsCount |
Int32 IColoredBallsCommand.BallColorsCount | LTDInterop.IRasterColorIndexProperty IColoredBallsCommand.BallColors | |
int[] Amplitudes | LTDInterop.IInt32IndexProperty IFreeHandShearCommand.Amplitudes | Int32 IFreeHandShearCommand.AmplitudesCount |
Int32 IFreeHandShearCommand.AmplitudesCount | LTDInterop.IInt32IndexProperty IFreeHandShearCommand.Amplitudes | |
int[] Amplitudes | LTDInterop.IInt32IndexProperty IFreeHandWaveCommand.Amplitudes | Int32 IFreeHandWaveCommand.AmplitudesCount |
Int32 IFreeHandWaveCommand.AmplitudesCount | LTDInterop.IInt32IndexProperty IFreeHandWaveCommand.Amplitudes | |
int[] Curve | LTDInterop.IInt32IndexProperty IFreePlaneBendCommand.Curve | Int32 IFreePlaneBendCommand.CurveCount |
Int32 IFreePlaneBendCommand.CurveCount | LTDInterop.IInt32IndexProperty IFreePlaneBendCommand.Curve | |
int[] Curve | LTDInterop.IInt32IndexProperty IFreeRadialBendCommand.Curve | Int32 IFreeRadialBendCommand.CurveCount |
Int32 IFreeRadialBendCommand.CurveCount | LTDInterop.IInt32IndexProperty IFreeRadialBendCommand.Curve | |
int[] Buffer | LTDInterop.IInt32IndexProperty IFunctionalLightCommand.Buffer | Int32 IFunctionalLightCommand.BufferCount |
Int32 IFunctionalLightCommand.BufferCount | LTDInterop.IInt32IndexProperty IFunctionalLightCommand.Buffer | |
Point[] CornerPoints | LTDInterop.IPointsIndexProperty IPerspectiveCommand.CornerPoints | Int32 IPerspectiveCommand.CornerPointsCount |
Int32 IPerspectiveCommand.CornerPointsCount | LTDInterop.IPointsIndexProperty IPerspectiveCommand.CornerPoints | |
void LightCommand(LightCommandData[] data,int bright,int ambient,RasterColor ambientColor) | void ILightCommand.Ctor(Int32 bright,Int32 ambient,LTDInterop.RasterColor ambientColor) | ILightCommandDataIndexProperty ILightCommand.Data, Int32 ILightCommand.DataCount |
ILightCommandDataIndexProperty ILightCommand.Data | Int32 ILightCommand.DataCount | |
Int32 ILightCommand.DataCount | ILightCommandDataIndexProperty ILightCommand.Data |
The following topics provide comparisons between COM functions and their .NET counterparts: