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