This topic has not yet been rated - Rate this topic

maxSquare Attribute | MaxSquare Property

Sets or retrieves the maximum width in pixels of a pixelated square.

Syntax

HTML
{ filter:progid:DXImageTransform.Microsoft.Pixelate(
    maxSquare = iWidth ... ) ... }
Scripting
object.filters.item(
    "DXImageTransform.Microsoft.Pixelate").MaxSquare [ = iWidth ]

Possible Values

iWidth Integer that specifies or receives a width that can range from 2 to 50 pixels.
50
Default.

The property is read/write. The property has a default value of 50.

Applies To

Pixelate
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.