VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Effects Namespace / MosaicCommand Class / TileSize Property
Syntax Requirements SeeAlso
In This Topic
TileSize Property (MosaicCommand)
In This Topic
Gets or sets a tile size.
Syntax
'Declaration

<DescriptionAttribute("A tile size.
Valid value is 1 and more.")>
<DefaultValueAttribute(1)>
Public Property TileSize As System.Int32

[Description("A tile size.
Valid value is 1 and more.")]
[DefaultValue(1)]
public System.Int32 TileSize { get; set; }

Property Value

Valid value is 1 and more. Default value is 5.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also