VintaSoft Imaging .NET SDK 12.4: 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
    
    <DefaultValueAttribute(1)>
    <DescriptionAttribute("A tile size.
    Valid value is 1 and more.")>
    Public Property TileSize As System.Int32
    
    
    [DefaultValue(1)]
    [Description("A tile size.
    Valid value is 1 and more.")]
    public System.Int32 TileSize { get; set; }
    
    
    [DefaultValue(1)]
    [Description("A tile size.
    Valid value is 1 and more.")]
    public: __property System.Int32 get_TileSize();
    public: __property void set_TileSize(
    System.Int32 value
    );
    [DefaultValue(1)]
    [Description("A tile size.
    Valid value is 1 and more.")]
    public:
    property System.Int32 TileSize { System.Int32 get(); void set(System.Int32 value); }

    Property Value

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

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

    See Also