AdvancedLauncher.Tools.Imaging.TargaExtensionArea.SetPixelAspectRatioNumerator C# (CSharp) Метод

SetPixelAspectRatioNumerator() защищенный Метод

Sets the PixelAspectRatioNumerator property, available only to objects in the same assembly as TargaExtensionArea.
protected SetPixelAspectRatioNumerator ( int intPixelAspectRatioNumerator ) : void
intPixelAspectRatioNumerator int The Pixel Aspect Ratio Numerator value read from the file.
Результат void
        protected internal void SetPixelAspectRatioNumerator(int intPixelAspectRatioNumerator)
        {
            this.intPixelAspectRatioNumerator = intPixelAspectRatioNumerator;
        }