'Declaration Public Property YCbCrCoefficients As ImGearXMPSeq(Of ImGearXMPRational)
'Usage Dim instance As ImGearTIFFXMPMetadata Dim value As ImGearXMPSeq(Of ImGearXMPRational) instance.YCbCrCoefficients = value value = instance.YCbCrCoefficients
public ImGearXMPSeq<ImGearXMPRational> YCbCrCoefficients {get; set;}
public: __property ImGearXMPSeq<ImGearXMPRational*>* get_YCbCrCoefficients(); public: __property void set_YCbCrCoefficients( ImGearXMPSeq<ImGearXMPRational*>* value );
public: property ImGearXMPSeq<ImGearXMPRational^>^ YCbCrCoefficients { ImGearXMPSeq<ImGearXMPRational^>^ get(); void set ( ImGearXMPSeq<ImGearXMPRational^>^ value); }