Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgRasterPropertyDefinition
GetDefaultImageXSize
GetDefaultImageYSize
GetNullable
GetReadOnly
MgRasterPropertyDefinition
SetDefaultImageXSize
SetDefaultImageYSize
SetNullable
SetReadOnly
void MgRasterPropertyDefinition::SetDefaultImageYSize
(
INT32
size
)
Sets the default size of the image file in the vertical direction, in pixels (number of rows).
.NET Syntax
void SetDefaultImageYSize(int size);
Java Syntax
void SetDefaultImageYSize(int size);
PHP Syntax
void SetDefaultImageYSize(int size);
Parameters:
size
(int) The desired default vertical image size in pixels (number of rows).
Returns:
Returns nothing.
Comments or suggestions? Send us
feedback
.