Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal standardObserver As IccStandardObserverType, _ ByVal backing As IccXyzNumber, _ ByVal geometry As IccMeasurementGeometryType, _ ByVal flare As IccMeasurementFlareType, _ ByVal illuminant As IccStandardIlluminantType _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public IccMeasurement( IccStandardObserverType standardObserver, IccXyzNumber backing, IccMeasurementGeometryType geometry, IccMeasurementFlareType flare, IccStandardIlluminantType illuminant ) |
Managed Extensions for C++ | |
---|---|
public: IccMeasurement( IccStandardObserverType standardObserver, IccXyzNumber backing, IccMeasurementGeometryType geometry, IccMeasurementFlareType flare, IccStandardIlluminantType illuminant ) |
C++/CLI | |
---|---|
public: IccMeasurement( IccStandardObserverType standardObserver, IccXyzNumber backing, IccMeasurementGeometryType geometry, IccMeasurementFlareType flare, IccStandardIlluminantType illuminant ) |
Parameters
- standardObserver
- A value that represents the standard observer. For a list of possible values, refer to IccStandardObserverType.
- backing
- A value that represents XYZ tristimulus values for measurement backing.
- geometry
- A value that represents the measurement geometry. For a list of possible values, refer to IccMeasurementGeometryType.
- flare
- A value that represents the measurement flare. For a list of possible values, refer to IccMeasurementFlareType.
- illuminant
- A value that represents the standard illuminant. For a list of possible values, refer to IccStandardIlluminantType.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family