public class SizeRange extends Object
Represents the size range
Constructor and Description |
---|
SizeRange()
Initializes a new instance of the
SizeRange class |
Modifier and Type | Method and Description |
---|---|
int |
getMaximumSize()
Gets or sets the maximum size.
|
int |
getMinimumSize()
Gets or sets the minimum size.
|
void |
setMaximumSize(int value)
Gets or sets the maximum size.
|
void |
setMinimumSize(int value)
Gets or sets the minimum size.
|
public int getMinimumSize()
Gets or sets the minimum size.
public void setMinimumSize(int value)
Gets or sets the minimum size.
value
- a int.public int getMaximumSize()
Gets or sets the maximum size.
public void setMaximumSize(int value)
Gets or sets the maximum size.
value
- a int.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.