ExifDataWhitePoint Property |
Namespace: Aspose.Imaging.Exif
public TiffRational[] WhitePoint { get; set; }
Public Property WhitePoint As TiffRational() Get Set
public: property array<TiffRational^>^ WhitePoint { array<TiffRational^>^ get (); void set (array<TiffRational^>^ value); }
member WhitePoint : TiffRational[] with get, set