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

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

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