Windward Engine API Reference
RenderExtent Property
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > Report Class : RenderExtent Property




Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Property RenderExtent As Report.RENDER_EXTENT
Visual Basic (Usage)Copy Code
Dim instance As Report
Dim value As Report.RENDER_EXTENT
 
instance.RenderExtent = value
 
value = instance.RenderExtent
C# 
public Report.RENDER_EXTENT RenderExtent {get; set;}
Managed Extensions for C++ 
public: __property Report.RENDER_EXTENT get_RenderExtent();
public: __property void set_RenderExtent( 
   Report.RENDER_EXTENT value
);
C++/CLI 
public:
property Report.RENDER_EXTENT RenderExtent {
   Report.RENDER_EXTENT get();
   void set (    Report.RENDER_EXTENT value);
}

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.