Visual Basic (Declaration) | |
---|---|
Public Property CreateFlags As RasterMemoryFlags |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CopyRectangleCommand Dim value As RasterMemoryFlags instance.CreateFlags = value value = instance.CreateFlags |
C# | |
---|---|
public RasterMemoryFlags CreateFlags {get; set;} |
C++/CLI | |
---|---|
public: property RasterMemoryFlags CreateFlags { RasterMemoryFlags get(); void set ( RasterMemoryFlags value); } |
Property Value
Flags that control memory allocation for the destination image.For an example, refer to CopyRectangleCommand.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7